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 4d1c28c commit 758c874
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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 758c874

Please sign in to comment.