Skip to content

Commit

Permalink
Bump rubocop-rspec from ~> 2.27.0 to ~> 2.27.1
Browse files Browse the repository at this point in the history
This should bust the gems cache and cause us to update from
rubocop-rspec 2.27.0 to 2.27.1 for CI runs.
  • Loading branch information
davidrunger committed Mar 5, 2024
1 parent 43bb94a commit cf03c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -13,7 +13,7 @@ gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.7'
gem 'rubocop-performance', '~> 1.20.0'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rspec', '~> 2.27.0'
gem 'rubocop-rspec', '~> 2.27.1'
# Workaround for cc-test-reporter with SimpleCov 0.18.
# Stop upgrading SimpleCov until the following issue will be resolved.
# https://github.com/codeclimate/test-reporter/issues/418
Expand Down

0 comments on commit cf03c84

Please sign in to comment.