Skip to content

Commit

Permalink
test: Test against Rails 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Dec 20, 2021
1 parent 964ab31 commit be90387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ appraise 'rails_6_1' do
end if RUBY_PLATFORM != 'java' && RUBY_VERSION.to_f >= 2.5

appraise 'rails_7_0' do
gem 'rails', '~> 7.0.0.alpha2'
gem 'rails', '~> 7.0.0'
gem 'mysql2', '~> 0.5.0', :platform => :ruby
gem 'pg', '~> 1.0', :platform => :ruby
end if RUBY_PLATFORM != 'java' && RUBY_VERSION.to_f >= 2.7

0 comments on commit be90387

Please sign in to comment.