Skip to content

Commit

Permalink
Use 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luizkowalski committed Dec 2, 2024
1 parent fc2bec8 commit 9c9488d
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 @@ -6,7 +6,7 @@ appraise "rails-7.1" do
end

appraise "rails-7.2" do
gem "rails", "~> 7.1.0"
gem "rails", "~> 7.2.0"
gem "sqlite3", "~> 1.7"
end

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 @@ -7,7 +7,7 @@ source "https://rubygems.org"
gem "activerecord"
gem "appraisal"
gem "minitest-reporters"
gem "rails", "~> 7.1.0"
gem "rails", "~> 7.2.0"
gem "rubocop"
gem "rubocop-minitest"
gem "rubocop-performance"
Expand Down

0 comments on commit 9c9488d

Please sign in to comment.