Skip to content

Commit

Permalink
Lock zeitwerk to a ruby 3.1 supporting version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Oct 25, 2024
1 parent 827477f commit 47d3989
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ gem "cookstyle"
gem "kitchen-dokken"
gem "kitchen-inspec"
gem "test-kitchen"

# Lock some modules to old versions for ruby 3.1 support
gem "zeitwerk", "< 2.7"
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ GEM
wisper (2.0.1)
yajl-ruby (1.4.3)
yaml-safe_load_stream3 (0.1.2)
zeitwerk (2.7.1)
zeitwerk (2.6.18)

PLATFORMS
ruby
Expand All @@ -765,6 +765,7 @@ DEPENDENCIES
kitchen-dokken
kitchen-inspec
test-kitchen
zeitwerk (< 2.7)

BUNDLED WITH
2.2.16

0 comments on commit 47d3989

Please sign in to comment.