Bump rubocop from 0.88.0 to 0.89.0 (#9699)
* Bump rubocop from 0.88.0 to 0.89.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.88.0 to 0.89.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.88.0...v0.89.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump rubocop from 0.88.0 to 0.89.0 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
84c3df2dd8
commit
e212ba0988
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -137,7 +137,7 @@ group :development, :test do
|
|||
gem "knapsack_pro", "~> 2.1.1" # Help parallelize Ruby spec builds
|
||||
gem "pry-byebug", "~> 3.8" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution
|
||||
gem "rspec-rails", "~> 4.0" # rspec-rails is a testing framework for Rails 3+
|
||||
gem "rubocop", "~> 0.88.0", require: false # Automatic Ruby code style checking tool
|
||||
gem "rubocop", "~> 0.89.0", require: false # Automatic Ruby code style checking tool
|
||||
gem "rubocop-performance", "~> 1.7", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code
|
||||
gem "rubocop-rails", "~> 2.7", require: false # Automatic Rails code style checking tool
|
||||
gem "rubocop-rspec", "~> 1.42", require: false # Code style checking for RSpec files
|
||||
|
|
|
|||
|
|
@ -660,7 +660,7 @@ GEM
|
|||
rspec-retry (0.6.2)
|
||||
rspec-core (> 3.3)
|
||||
rspec-support (3.9.3)
|
||||
rubocop (0.88.0)
|
||||
rubocop (0.89.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.7.1.1)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
|
|
@ -951,7 +951,7 @@ DEPENDENCIES
|
|||
rouge (~> 3.21)
|
||||
rspec-rails (~> 4.0)
|
||||
rspec-retry (~> 0.6)
|
||||
rubocop (~> 0.88.0)
|
||||
rubocop (~> 0.89.0)
|
||||
rubocop-performance (~> 1.7)
|
||||
rubocop-rails (~> 2.7)
|
||||
rubocop-rspec (~> 1.42)
|
||||
|
|
|
|||
BIN
vendor/cache/rubocop-0.88.0.gem
vendored
BIN
vendor/cache/rubocop-0.88.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/rubocop-0.89.0.gem
vendored
Normal file
BIN
vendor/cache/rubocop-0.89.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue