Skip to content

Commit

Permalink
Install zeitwerk 2.6 for now
Browse files Browse the repository at this point in the history
I'm having a lot of trouble getting this to work with appraisal's `install_if` method introduced in v2.5.0 which is installed here but is failing. For now install zeitwerk 2.6 since 2.7 requires Ruby 3.2+.
  • Loading branch information
javierjulio committed Nov 11, 2024
1 parent b41d6ec commit 2aea233
Show file tree
Hide file tree
Showing 12 changed files with 89 additions and 77 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ gem "appraisal"
gem "rails", "~> 6.1.0"
gem "sqlite3"
gem "debug", ">= 1.0.0"
gem "zeitwerk", "~> 2.6.0"
147 changes: 74 additions & 73 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,60 +8,60 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actioncable (6.1.7.8)
actionpack (= 6.1.7.8)
activesupport (= 6.1.7.8)
actioncable (6.1.7.10)
actionpack (= 6.1.7.10)
activesupport (= 6.1.7.10)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.1.7.8)
actionpack (= 6.1.7.8)
activejob (= 6.1.7.8)
activerecord (= 6.1.7.8)
activestorage (= 6.1.7.8)
activesupport (= 6.1.7.8)
actionmailbox (6.1.7.10)
actionpack (= 6.1.7.10)
activejob (= 6.1.7.10)
activerecord (= 6.1.7.10)
activestorage (= 6.1.7.10)
activesupport (= 6.1.7.10)
mail (>= 2.7.1)
actionmailer (6.1.7.8)
actionpack (= 6.1.7.8)
actionview (= 6.1.7.8)
activejob (= 6.1.7.8)
activesupport (= 6.1.7.8)
actionmailer (6.1.7.10)
actionpack (= 6.1.7.10)
actionview (= 6.1.7.10)
activejob (= 6.1.7.10)
activesupport (= 6.1.7.10)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.1.7.8)
actionview (= 6.1.7.8)
activesupport (= 6.1.7.8)
actionpack (6.1.7.10)
actionview (= 6.1.7.10)
activesupport (= 6.1.7.10)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.1.7.8)
actionpack (= 6.1.7.8)
activerecord (= 6.1.7.8)
activestorage (= 6.1.7.8)
activesupport (= 6.1.7.8)
actiontext (6.1.7.10)
actionpack (= 6.1.7.10)
activerecord (= 6.1.7.10)
activestorage (= 6.1.7.10)
activesupport (= 6.1.7.10)
nokogiri (>= 1.8.5)
actionview (6.1.7.8)
activesupport (= 6.1.7.8)
actionview (6.1.7.10)
activesupport (= 6.1.7.10)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.1.7.8)
activesupport (= 6.1.7.8)
activejob (6.1.7.10)
activesupport (= 6.1.7.10)
globalid (>= 0.3.6)
activemodel (6.1.7.8)
activesupport (= 6.1.7.8)
activerecord (6.1.7.8)
activemodel (= 6.1.7.8)
activesupport (= 6.1.7.8)
activestorage (6.1.7.8)
actionpack (= 6.1.7.8)
activejob (= 6.1.7.8)
activerecord (= 6.1.7.8)
activesupport (= 6.1.7.8)
activemodel (6.1.7.10)
activesupport (= 6.1.7.10)
activerecord (6.1.7.10)
activemodel (= 6.1.7.10)
activesupport (= 6.1.7.10)
activestorage (6.1.7.10)
actionpack (= 6.1.7.10)
activejob (= 6.1.7.10)
activerecord (= 6.1.7.10)
activesupport (= 6.1.7.10)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (6.1.7.8)
activesupport (6.1.7.10)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -73,25 +73,25 @@ GEM
thor (>= 0.14.0)
bigdecimal (3.1.8)
builder (3.3.0)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
crass (1.0.6)
date (3.3.4)
date (3.4.0)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
erubi (1.13.0)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (4.27.2)
google-protobuf (4.28.3)
bigdecimal
rake (>= 13)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.14.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
loofah (2.22.0)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -103,8 +103,8 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.1)
net-imap (0.4.14)
minitest (5.25.1)
net-imap (0.5.1)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -113,30 +113,30 @@ GEM
timeout
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nio4r (2.7.4)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
psych (5.1.2)
psych (5.2.0)
stringio
racc (1.8.1)
rack (2.2.9)
rack (2.2.10)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.7.8)
actioncable (= 6.1.7.8)
actionmailbox (= 6.1.7.8)
actionmailer (= 6.1.7.8)
actionpack (= 6.1.7.8)
actiontext (= 6.1.7.8)
actionview (= 6.1.7.8)
activejob (= 6.1.7.8)
activemodel (= 6.1.7.8)
activerecord (= 6.1.7.8)
activestorage (= 6.1.7.8)
activesupport (= 6.1.7.8)
rails (6.1.7.10)
actioncable (= 6.1.7.10)
actionmailbox (= 6.1.7.10)
actionmailer (= 6.1.7.10)
actionpack (= 6.1.7.10)
actiontext (= 6.1.7.10)
actionview (= 6.1.7.10)
activejob (= 6.1.7.10)
activemodel (= 6.1.7.10)
activerecord (= 6.1.7.10)
activestorage (= 6.1.7.10)
activesupport (= 6.1.7.10)
bundler (>= 1.15.0)
railties (= 6.1.7.8)
railties (= 6.1.7.10)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
Expand All @@ -145,38 +145,38 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (6.1.7.8)
actionpack (= 6.1.7.8)
activesupport (= 6.1.7.8)
railties (6.1.7.10)
actionpack (= 6.1.7.10)
activesupport (= 6.1.7.10)
method_source
rake (>= 12.2)
thor (~> 1.0)
rake (13.2.1)
rdoc (6.7.0)
psych (>= 4.0.0)
reline (0.5.9)
reline (0.5.11)
io-console (~> 0.5)
sass-embedded (1.77.8)
google-protobuf (~> 4.26)
sass-embedded (1.80.6)
google-protobuf (~> 4.28)
rake (>= 13)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.5.1)
sprockets-rails (3.5.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3)
sqlite3 (2.2.0)
mini_portile2 (~> 2.8.0)
stringio (3.1.1)
thor (1.3.1)
timeout (0.4.1)
stringio (3.1.2)
thor (1.3.2)
timeout (0.4.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.17)
zeitwerk (2.6.18)

PLATFORMS
ruby
Expand All @@ -187,6 +187,7 @@ DEPENDENCIES
debug (>= 1.0.0)
rails (~> 6.1.0)
sqlite3
zeitwerk (~> 2.6.0)

BUNDLED WITH
2.5.23
1 change: 1 addition & 0 deletions gemfiles/rails_7_0_propshaft.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem "appraisal"
gem "rails", "~> 7.0.0"
gem "sqlite3", "~> 1.7"
gem "debug", ">= 1.0.0"
gem "zeitwerk", "~> 2.6.0"
gem "propshaft"

gemspec path: "../"
3 changes: 2 additions & 1 deletion gemfiles/rails_7_0_propshaft.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.7.1)
zeitwerk (2.6.18)

PLATFORMS
arm64-darwin-23
Expand All @@ -197,6 +197,7 @@ DEPENDENCIES
propshaft
rails (~> 7.0.0)
sqlite3 (~> 1.7)
zeitwerk (~> 2.6.0)

BUNDLED WITH
2.5.23
1 change: 1 addition & 0 deletions gemfiles/rails_7_0_sprockets.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem "appraisal"
gem "rails", "~> 7.0.0"
gem "sqlite3", "~> 1.7"
gem "debug", ">= 1.0.0"
gem "zeitwerk", "~> 2.6.0"
gem "sprockets-rails"

gemspec path: "../"
3 changes: 2 additions & 1 deletion gemfiles/rails_7_0_sprockets.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.7.1)
zeitwerk (2.6.18)

PLATFORMS
arm64-darwin-23
Expand All @@ -199,6 +199,7 @@ DEPENDENCIES
rails (~> 7.0.0)
sprockets-rails
sqlite3 (~> 1.7)
zeitwerk (~> 2.6.0)

BUNDLED WITH
2.5.23
1 change: 1 addition & 0 deletions gemfiles/rails_7_1_propshaft.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem "appraisal"
gem "rails", "~> 7.1.0"
gem "sqlite3"
gem "debug", ">= 1.0.0"
gem "zeitwerk", "~> 2.6.0"
gem "propshaft"

gemspec path: "../"
3 changes: 2 additions & 1 deletion gemfiles/rails_7_1_propshaft.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.7.1)
zeitwerk (2.6.18)

PLATFORMS
arm64-darwin-23
Expand All @@ -220,6 +220,7 @@ DEPENDENCIES
propshaft
rails (~> 7.1.0)
sqlite3
zeitwerk (~> 2.6.0)

BUNDLED WITH
2.5.23
1 change: 1 addition & 0 deletions gemfiles/rails_7_1_sprockets.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem "appraisal"
gem "rails", "~> 7.1.0"
gem "sqlite3"
gem "debug", ">= 1.0.0"
gem "zeitwerk", "~> 2.6.0"
gem "sprockets-rails"

gemspec path: "../"
3 changes: 2 additions & 1 deletion gemfiles/rails_7_1_sprockets.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.7.1)
zeitwerk (2.6.18)

PLATFORMS
arm64-darwin-23
Expand All @@ -222,6 +222,7 @@ DEPENDENCIES
rails (~> 7.1.0)
sprockets-rails
sqlite3
zeitwerk (~> 2.6.0)

BUNDLED WITH
2.5.23
1 change: 1 addition & 0 deletions gemfiles/rails_main_propshaft.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem "appraisal"
gem "rails", branch: "main", git: "https://github.com/rails/rails.git"
gem "sqlite3"
gem "debug", ">= 1.0.0"
gem "zeitwerk", "~> 2.6.0"
gem "propshaft"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails_main_sprockets.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem "appraisal"
gem "rails", branch: "main", git: "https://github.com/rails/rails.git"
gem "sqlite3"
gem "debug", ">= 1.0.0"
gem "zeitwerk", "~> 2.6.0"
gem "sprockets-rails"

gemspec path: "../"

0 comments on commit 2aea233

Please sign in to comment.