From: Tom Hughes Date: Tue, 15 Oct 2024 17:38:21 +0000 (+0100) Subject: Keep zeitwerk at 2.6 for ruby 3.1 support X-Git-Tag: live~94 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/8c2d6cbed676aa23bc5361fa0e976c045c541196 Keep zeitwerk at 2.6 for ruby 3.1 support --- diff --git a/Gemfile b/Gemfile index b25255320..8d010bea7 100644 --- a/Gemfile +++ b/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" diff --git a/Gemfile.lock b/Gemfile.lock index 98257f762..defe1e3a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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