Skip to content

Commit

Permalink
Update RSpec 4 CI to the monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed Dec 12, 2024
1 parent fcf70fa commit 60116ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ jobs:
run: |
sed -e "/^gem 'rspec/d" -i Gemfile
cat << EOF > Gemfile.local
gem 'rspec', github: 'rspec/rspec-metagem', branch: '4-0-dev'
gem 'rspec-core', github: 'rspec/rspec-core', branch: '4-0-dev'
gem 'rspec-expectations', github: 'rspec/rspec-expectations', branch: '4-0-dev'
gem 'rspec-mocks', github: 'rspec/rspec-mocks', branch: '4-0-dev'
gem 'rspec-support', github: 'rspec/rspec-support', branch: '4-0-dev'
gem 'rspec', github: 'rspec/rspec', branch: '4-0-dev'
gem 'rspec-core', github: 'rspec/rspec', branch: '4-0-dev'
gem 'rspec-expectations', github: 'rspec/rspec', branch: '4-0-dev'
gem 'rspec-mocks', github: 'rspec/rspec', branch: '4-0-dev'
gem 'rspec-support', github: 'rspec/rspec', branch: '4-0-dev'
EOF
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 60116ca

Please sign in to comment.