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 19, 2024
1 parent 1642462 commit b87905f
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 @@ -17,5 +17,6 @@ end
gem 'rails', '~> 6.0.0'
gem 'sprockets-rails'
gem 'sqlite3', '~> 1.4'
gem 'turbo-rails', '2.0.7'

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails-6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ end
gem 'rails', '~> 6.1.0'
gem 'sprockets-rails'
gem 'sqlite3', '~> 1.4'
gem 'turbo-rails', '2.0.7'

gemspec path: "../"

0 comments on commit b87905f

Please sign in to comment.