Skip to content

Commit

Permalink
Update Rails 8 version for CI to 8.0.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Oct 21, 2024
1 parent 49aa170 commit 177792e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails-8.0-propshaft.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group :test do
gem "capybara"
end

gem "rails", "~> 8.0.0.beta1"
gem "rails", "~> 8.0.0.rc1"
gem "propshaft"
gem "sqlite3"
gem "devise"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails-8.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group :test do
gem "capybara"
end

gem "rails", "~> 8.0.0.beta1"
gem "rails", "~> 8.0.0.rc1"
gem "sprockets-rails"
gem "sqlite3"
gem "devise"
Expand Down

0 comments on commit 177792e

Please sign in to comment.