Skip to content

Commit

Permalink
Test against Rails 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Dec 18, 2021
1 parent 11cb84f commit 011b9ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ appraise 'rails-6.1' do
end

appraise 'rails-7.0' do
gem 'rails', '~> 7.0.0.rc1'
gem 'rails', '~> 7.0.0'
gem 'sassc-rails', '~> 2.1'
gem 'devise', '~> 4.7', github: 'heartcombo/devise'
gem 'devise', '~> 4.8'

group :test do
gem 'cancancan', '~> 3.2'
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
source "https://rubygems.org"

gem "appraisal", ">= 2.0"
gem "devise", "~> 4.7", github: "heartcombo/devise"
gem "rails", "~> 7.0.0.rc1"
gem "devise", "~> 4.8"
gem "rails", "~> 7.0.0"
gem "webpacker", require: false
gem "webrick", "~> 1.7"
gem "sassc-rails", "~> 2.1"
Expand Down

0 comments on commit 011b9ae

Please sign in to comment.