Skip to content

Commit

Permalink
Depend on turbo-rails from GitHub in Rails 8.0 Gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Aug 24, 2024
1 parent bc0470d commit c2718c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/rails-8.0-propshaft.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ group :test do
end

gem 'rails', github: 'rails/rails'
gem 'turbo-rails', github: 'hotwired/turbo-rails'
gem 'propshaft'
gem 'sqlite3'

Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails-8.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ group :test do
end

gem 'rails', github: 'rails/rails'
gem 'turbo-rails', github: 'hotwired/turbo-rails'
gem 'sprockets-rails'
gem 'sqlite3'

Expand Down

0 comments on commit c2718c8

Please sign in to comment.