Skip to content

Commit

Permalink
Use Rails 7.2 stable branch for Rails edge testing on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
texpert committed May 25, 2024
1 parent 9dd68c6 commit 4201144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/rails_edge.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'non-digest-assets', git: 'https://github.com/texpert/non-digest-assets', br
gem 'oj'
gem 'puma'
gem 'rack_session_access'
gem 'rails', github: 'rails/rails'
gem 'rails', github: 'rails/rails', branch: '7-2-stable'
gem 'rspec_junit_formatter'
gem 'selenium-webdriver'
gem 'sqlite3', '~> 2.0'

0 comments on commit 4201144

Please sign in to comment.