Skip to content

Commit 4ffb0b7

Browse files
Fix Gemfile for Rails 7.2, incorrectly testing against 7.1
1 parent 2f80920 commit 4ffb0b7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

gemfiles/Gemfile-rails-7-2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ source "https://rubygems.org"
22

33
gemspec path: ".."
44

5-
gem "rails", "~> 7.1.0"
6-
5+
gem "rails", "~> 7.2.0"
76
gem "omniauth"
87
gem "omniauth-oauth2"
98
gem "rdoc"

0 commit comments

Comments
 (0)