Keep zeitwerk at 2.6 for ruby 3.1 support

This commit is contained in:
Tom Hughes 2024-10-15 18:38:21 +01:00
parent 99f220cf69
commit 8c2d6cbed6
2 changed files with 5 additions and 1 deletions

View file

@ -141,6 +141,9 @@ gem "image_processing"
# Used to validate widths # Used to validate widths
gem "unicode-display_width" gem "unicode-display_width"
# Lock some modules to old versions for ruby 3.1 support
gem "zeitwerk", "< 2.7"
# Gems useful for development # Gems useful for development
group :development do group :development do
gem "better_errors" gem "better_errors"

View file

@ -605,7 +605,7 @@ GEM
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
zeitwerk (2.7.0) zeitwerk (2.6.18)
PLATFORMS PLATFORMS
ruby ruby
@ -712,6 +712,7 @@ DEPENDENCIES
validates_email_format_of (>= 1.5.1) validates_email_format_of (>= 1.5.1)
vendorer vendorer
webmock webmock
zeitwerk (< 2.7)
BUNDLED WITH BUNDLED WITH
2.5.16 2.5.16