We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed5cb2 commit d98a538Copy full SHA for d98a538
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
gemfile:
14
- Gemfile
15
- spec/gemfiles/rails-6.1
16
- - spec/gemfiles/rails-7
+ - spec/gemfiles/rails-7.0
17
18
env:
19
BUNDLE_GEMFILE: ${{matrix.gemfile}}
Gemfile
@@ -2,4 +2,4 @@ source "https://rubygems.org"
2
gemspec
3
4
gem "thin"
5
-gem "rails", "~> 7.1"
+gem "rails", "~> 7.1.1"
spec/gemfiles/rails-7 renamed to spec/gemfiles/rails-7.0
0 commit comments