Skip to content

Commit

Permalink
Temporarily pin turbo-rails to 2.0.7 for Ruby 2.6 / Rails 6.x tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Sep 30, 2024
1 parent 3fc56a6 commit 261760a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/rails-6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ end

gem "rails", "~> 6.0.0"
gem "sprockets-rails"
gem "turbo-rails", "2.0.7"
gem "sqlite3", "~> 1.4"
gem "devise"

Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails-6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ end

gem "rails", "~> 6.1.0"
gem "sprockets-rails"
gem "turbo-rails", "2.0.7"
gem "sqlite3", "~> 1.4"
gem "devise"

Expand Down

0 comments on commit 261760a

Please sign in to comment.