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 6fd05c0 commit 61c3070Copy full SHA for 61c3070
.github/workflows/main.yml
@@ -85,7 +85,7 @@ jobs:
85
run: |
86
sed -e '/rspec/d' -i Gemfile
87
cat << EOF > Gemfile.local
88
- gem 'rspec', github: 'rspec/rspec', branch: '4-0-dev'
+ gem 'rspec', github: 'rspec/rspec-metagem', branch: '4-0-dev'
89
gem 'rspec-core', github: 'rspec/rspec-core', branch: '4-0-dev'
90
gem 'rspec-expectations', github: 'rspec/rspec-expectations', branch: '4-0-dev'
91
gem 'rspec-mocks', github: 'rspec/rspec-mocks', branch: '4-0-dev'
0 commit comments