Skip to content

Commit

Permalink
Update Rails 7.2.0.rc1 references to 7.2.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Aug 16, 2024
1 parent 13d3534 commit b9d5e28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
gem "sqlite3", "~> 1.4"
end

gem "rails", "~> 7.1.0"
gem "rails", "~> 7.2.0"

gem "devise"
gem "cancancan"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails-7.2-propshaft.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group :test do
gem "capybara"
end

gem "rails", "~> 7.2.0.rc1"
gem "rails", "~> 7.2.0"
gem "propshaft"
gem "sqlite3", "~> 1.4"
gem "devise"
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 @@ group :test do
gem "capybara"
end

gem "rails", "~> 7.2.0.rc1"
gem "rails", "~> 7.2.0"
gem "sprockets-rails"
gem "sqlite3", "~> 1.4"
gem "devise"
Expand Down

0 comments on commit b9d5e28

Please sign in to comment.