Skip to content

Commit 4836930

Browse files
committed
Specify currently released rspec version
1 parent 4b9a782 commit 4836930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
RSPEC_CI: true
1313
# This tells rspec-rails what branch to run in ci
14-
RSPEC_VERSION: '= 3.11.0.pre'
14+
RSPEC_VERSION: '~> 3.10.0'
1515
jobs:
1616
test:
1717
name: Ruby ${{ matrix.ruby }} ${{ matrix.name_extra || '' }}

0 commit comments

Comments
 (0)