Skip to content

Commit 8ca05b0

Browse files
committed
Fix Gemfile rails version
1 parent b0d1ffa commit 8ca05b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ gem 'rake', require: false
88

99
case ENV.fetch('RAILS_VERSION', nil)
1010
when '7.1'
11-
gem 'rails', '~> 7.1'
11+
gem 'rails', '~> 7.1.0'
1212
when '7.2'
13-
gem 'rails', '~> 7.0'
13+
gem 'rails', '~> 7.2.0'
1414
when '8.0'
15-
gem 'rails', '~> 8.0'
15+
gem 'rails', '~> 8.0.0'
1616
else
1717
gem 'rails', github: 'rails/rails'
1818
end

0 commit comments

Comments
 (0)