Skip to content

Commit

Permalink
move to packaged rails 7.2 in Appraisals (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
modosc authored Sep 22, 2024
1 parent c667602 commit 9291cf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appraise 'rails-7.1' do
end

appraise 'rails-7.2' do
gem 'rails', github: 'rails/rails', branch: '7-2-stable'
gem 'rails', '~> 7.2.0'
end

appraise 'rails-8.0' do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

source 'https://rubygems.org'

gem 'rails', github: 'rails/rails', branch: '7-2-stable'
gem 'rails', '~> 7.2.0'

gemspec path: '../'

0 comments on commit 9291cf8

Please sign in to comment.