Skip to content

Commit

Permalink
Depend on rails 8-0-stable git branch in Rails 8.0 CI Gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Nov 5, 2024
1 parent c586c93 commit 4e2ccd4
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.rc1"
gem "rails", github: "rails/rails", branch: "8-0-stable"
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.rc1"
gem "rails", github: "rails/rails", branch: "8-0-stable"
gem "sprockets-rails"
gem "sqlite3"
gem "devise"
Expand Down

0 comments on commit 4e2ccd4

Please sign in to comment.