Skip to content

Commit

Permalink
Allow testing with Rails 7.2 and Ruby 3.1
Browse files Browse the repository at this point in the history
Zeitwerk >= 2.7 requires Ruby >= 3.2
  • Loading branch information
fidel committed Jan 3, 2025
1 parent cdb0b30 commit 4e4bdf9
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions contrib/ruby_event_store-outbox/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ gem "sidekiq", "~> 7.2"
gem "influxdb", "~> 0.8.1", require: false
gem "childprocess"
gem "rails", "~> 7.2.2.1"
gem "zeitwerk", "~> 2.6.0"
3 changes: 2 additions & 1 deletion contrib/ruby_event_store-outbox/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,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
Expand All @@ -257,6 +257,7 @@ DEPENDENCIES
ruby_event_store-outbox!
sidekiq (~> 7.2)
sqlite3 (~> 1.7)
zeitwerk (~> 2.6.0)

BUNDLED WITH
2.5.15
1 change: 1 addition & 0 deletions contrib/ruby_event_store-protobuf/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ gem "ruby_event_store-browser", path: "../.."
gem "protobuf_nested_struct"
gem "google-protobuf", "~> 3.24"
gem "rails", "~> 7.2.2.1"
gem "zeitwerk", "~> 2.6.0"
3 changes: 2 additions & 1 deletion contrib/ruby_event_store-protobuf/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,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
Expand All @@ -269,6 +269,7 @@ DEPENDENCIES
ruby_event_store-active_record!
ruby_event_store-browser!
ruby_event_store-protobuf!
zeitwerk (~> 2.6.0)

BUNDLED WITH
2.5.15
1 change: 1 addition & 0 deletions contrib/ruby_event_store-sidekiq_scheduler/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ gem "sidekiq", "~> 7.2"
gem "ruby_event_store", path: "../.."
gem "rails_event_store", path: "../.."
gem "rails", "~> 7.2.2.1"
gem "zeitwerk", "~> 2.6.0"
3 changes: 2 additions & 1 deletion contrib/ruby_event_store-sidekiq_scheduler/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,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
Expand All @@ -268,6 +268,7 @@ DEPENDENCIES
ruby_event_store!
ruby_event_store-sidekiq_scheduler!
sidekiq (~> 7.2)
zeitwerk (~> 2.6.0)

BUNDLED WITH
2.5.15
1 change: 1 addition & 0 deletions rails_event_store/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ gem "sidekiq"
gem "rack-test"
gem "rails", "~> 7.2.2.1"
gem "sqlite3", "~> 1.7"
gem "zeitwerk", "~> 2.6.0"
3 changes: 2 additions & 1 deletion rails_event_store/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,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
Expand All @@ -272,6 +272,7 @@ DEPENDENCIES
ruby_event_store-browser!
sidekiq
sqlite3 (~> 1.7)
zeitwerk (~> 2.6.0)

BUNDLED WITH
2.5.15

0 comments on commit 4e4bdf9

Please sign in to comment.