From bbffe7862e47f74c3c16e56d01646dc724ba18f3 Mon Sep 17 00:00:00 2001 From: Peter Boling Date: Tue, 24 Sep 2024 17:33:10 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gemfiles/ancient.gemfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gemfiles/ancient.gemfile b/gemfiles/ancient.gemfile index 01bc750..724cbc4 100644 --- a/gemfiles/ancient.gemfile +++ b/gemfiles/ancient.gemfile @@ -6,9 +6,10 @@ source "https://rubygems.org" # On CI we only need the gemspecs' dependencies (including development dependencies). # Exceptions, if any, will be found in gemfiles/*.gemfile -# In the ancient gemfile we also do not load the gemspec's dependencies -# because they target Ruby 2.7+ -# Thus we load the runtime dependencies of the gem here. +# In the ancient gemfile we only load the gemspec's runtime dependencies +# i.e. we do not load the gemspec's development dependencies, +# because they target Ruby 3.0+ +# Thus we load the necessary development dependencies of the gem here. gem "bundler", ">= 1.14" gem "version_gem", "~> 1.1", ">= 1.1.4"