Skip to content

Commit

Permalink
Update Rails 7.2 CI Gemfiles to test against 7.2.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Aug 7, 2024
1 parent bc599ed commit f4b799d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails-7.2-propshaft.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group :test do
gem 'haml', '~> 6.0'
end

gem 'rails', '7.2.0.beta3'
gem 'rails', '7.2.0.rc1'
gem 'propshaft'
gem 'sqlite3', '~> 1.4'

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails-7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group :test do
gem 'haml', '~> 6.0'
end

gem 'rails', '7.2.0.beta3'
gem 'rails', '7.2.0.rc1'
gem 'sprockets-rails'
gem 'sqlite3', '~> 1.4'

Expand Down

0 comments on commit f4b799d

Please sign in to comment.