Skip to content

Commit

Permalink
test: update rails 7 appraisal after final release
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Jan 29, 2022
1 parent 8d9c884 commit 97abc93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ appraise "rack_1" do
end

appraise 'rails_7-0' do
gem 'railties', '~> 7.0.0.a'
gem 'dalli', '~> 3.0'
gem 'railties', '~> 7.0.0'
end

appraise 'rails_6-1' do
Expand Down
3 changes: 1 addition & 2 deletions gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

source "https://rubygems.org"

gem "railties", "~> 7.0.0.a"
gem "dalli", "~> 3.0"
gem "railties", "~> 7.0.0"

gemspec path: "../"

0 comments on commit 97abc93

Please sign in to comment.