Skip to content

Commit

Permalink
test: upgrade rails 6.1 and 7.0 to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Nov 2, 2023
1 parent f1bbc71 commit 29a42c6
Show file tree
Hide file tree
Showing 5 changed files with 295 additions and 272 deletions.
4 changes: 2 additions & 2 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# frozen_string_literal: true

appraise 'rails-6.1' do
gem 'rails', '6.1.5.1'
gem 'rails', '6.1.7.6'
end

appraise 'rails-7.0' do
gem 'rails', '7.0.2.4'
gem 'rails', '7.0.8'
end
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "appraisal", "2.4.1"
gem "rails", "6.1.5.1"
gem "rails", "6.1.7.6"
gem "rspec"
gem "rspec-core"
gem "rspec-expectations"
Expand Down
Loading

0 comments on commit 29a42c6

Please sign in to comment.