Keep zeitwerk at 2.6 for ruby 3.1 support
This commit is contained in:
parent
99f220cf69
commit
8c2d6cbed6
2 changed files with 5 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -141,6 +141,9 @@ gem "image_processing"
|
|||
# Used to validate widths
|
||||
gem "unicode-display_width"
|
||||
|
||||
# Lock some modules to old versions for ruby 3.1 support
|
||||
gem "zeitwerk", "< 2.7"
|
||||
|
||||
# Gems useful for development
|
||||
group :development do
|
||||
gem "better_errors"
|
||||
|
|
|
@ -605,7 +605,7 @@ GEM
|
|||
websocket-extensions (0.1.5)
|
||||
xpath (3.2.0)
|
||||
nokogiri (~> 1.8)
|
||||
zeitwerk (2.7.0)
|
||||
zeitwerk (2.6.18)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
@ -712,6 +712,7 @@ DEPENDENCIES
|
|||
validates_email_format_of (>= 1.5.1)
|
||||
vendorer
|
||||
webmock
|
||||
zeitwerk (< 2.7)
|
||||
|
||||
BUNDLED WITH
|
||||
2.5.16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue