Skip to content

Commit

Permalink
Merge pull request #1817 from rubocop/fix-rspec-4-on-ci
Browse files Browse the repository at this point in the history
CI: Fix the RSpec 4 job
  • Loading branch information
pirj authored Feb 26, 2024
2 parents b5f1e25 + 01ffdb3 commit 9da6ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
sed -e '/rspec/d' -i Gemfile
cat << EOF > Gemfile.local
gem 'rspec', github: 'rspec/rspec', branch: '4-0-dev'
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'
Expand Down

0 comments on commit 9da6ac7

Please sign in to comment.