Skip to content

Commit

Permalink
📝 Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Sep 24, 2024
1 parent 5430458 commit bbffe78
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gemfiles/ancient.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit bbffe78

Please sign in to comment.