Skip to content

Commit

Permalink
lock zeitwerk to 2.6.18 for ruby < 3.2 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Oct 21, 2024
1 parent d97e040 commit 51f8277
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/dashboard/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ gem 'nokogiri', '~> 1.15', '< 1.16'
gem 'net-imap', '~> 0.3', '< 0.4'
gem 'public_suffix', '~> 5.0', '< 6.0'
gem 'turbo-rails', '2.0.7'
gem 'zeitwerk', '2.6.18'

# Extra third-party gems
gem 'dotenv-rails', '~> 2.1'
Expand Down
1 change: 1 addition & 0 deletions apps/dashboard/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ DEPENDENCIES
timecop (~> 0.9)
turbo-rails (= 2.0.7)
webrick
zeitwerk (= 2.6.18)
zip_kit (~> 6.2)

BUNDLED WITH
Expand Down
1 change: 1 addition & 0 deletions apps/myjobs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ gem 'rdoc', '6.3.4.1'
gem 'nokogiri', '~> 1.15', '< 1.16'
gem 'net-imap', '~> 0.3', '< 0.4'
gem 'public_suffix', '~> 5.0', '< 6.0'
gem 'zeitwerk', '2.6.18'
1 change: 1 addition & 0 deletions apps/myjobs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ DEPENDENCIES
sqlite3 (= 1.4.2)
timecop (~> 0.9)
uglifier (>= 1.3.0)
zeitwerk (= 2.6.18)

BUNDLED WITH
2.3.6

0 comments on commit 51f8277

Please sign in to comment.