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 20, 2024
1 parent 66ad877 commit 8c85c41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ end
# gem 'rails', '~> 7.0.0'
# gem 'rails', '~> 7.1.0'
gem 'rails', '~> 7.2.0'
# gem 'rails', '~> 8.0.0.rc1'

gem 'haml'
gem 'sqlite3', '~> 1.4'
gem 'sqlite3'

gem 'sprockets-rails'
# gem 'sassc-rails'
Expand Down
3 changes: 1 addition & 2 deletions gemfiles/rails-8.0-propshaft.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ group :test do
gem 'haml', '~> 6.0'
end

gem 'rails', github: 'rails/rails'
gem 'turbo-rails', github: 'hotwired/turbo-rails'
gem 'rails', '~> 8.0.0.rc1'
gem 'propshaft'
gem 'sqlite3'

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

gem 'rails', github: 'rails/rails'
gem 'turbo-rails', github: 'hotwired/turbo-rails'
gem 'rails', '~> 8.0.0.rc1'
gem 'sprockets-rails'
gem 'sqlite3'

Expand Down

0 comments on commit 8c85c41

Please sign in to comment.