Skip to content

Commit

Permalink
Avoid turbo-rails versions that are incompatible with Ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Sep 22, 2024
1 parent 10bf495 commit 586db0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
appraise 'rails-6.0' do
gem 'rails', '~> 6.0.0'
gem 'psych', '~> 3.3'
gem 'turbo-rails', ['!= 2.0.8', '!= 2.0.9']

group :test do
gem 'cancancan', ['~> 3.0', '< 3.6']
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem "devise", "~> 4.7"
gem "net-smtp", require: false
gem "rails", "~> 6.0.0"
gem "sassc-rails", "~> 2.1"
gem "turbo-rails"
gem "turbo-rails", ["!= 2.0.8", "!= 2.0.9"]
gem "vite_rails", require: false
gem "webpacker", require: false
gem "webrick"
Expand Down

0 comments on commit 586db0c

Please sign in to comment.