Skip to content

Commit

Permalink
Update Rails 8 version for CI to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Nov 20, 2024
1 parent d66eb9d commit 9b22fe1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ end
# gem 'rails', '~> 7.0.0'
# gem 'rails', '~> 7.1.0'
gem 'rails', '~> 7.2.0'
# gem 'rails', '~> 8.0.0.rc1'
# gem 'rails', '~> 8.0.0'

gem 'haml'
gem 'sqlite3'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails-8.0-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', '~> 8.0.0.rc1'
gem 'rails', '~> 8.0.0'
gem 'propshaft'
gem 'sqlite3'

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 @@ -19,7 +19,7 @@ group :test do
gem 'haml', '~> 6.0'
end

gem 'rails', '~> 8.0.0.rc1'
gem 'rails', '~> 8.0.0'
gem 'sprockets-rails'
gem 'sqlite3'

Expand Down

0 comments on commit 9b22fe1

Please sign in to comment.