Skip to content

Commit

Permalink
Merge pull request #2006 from Earlopain/rspec-monorepo
Browse files Browse the repository at this point in the history
Update RSpec 4 CI to the monorepo
  • Loading branch information
bquorning authored Dec 12, 2024
2 parents b8a0eb1 + 3c4c64e commit f659b41
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 @@ -108,11 +108,11 @@ jobs:
run: |
sed -e '/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 f659b41

Please sign in to comment.