Bump rubocop from 0.89.1 to 0.90.0 (#10232)
* Bump rubocop from 0.89.1 to 0.90.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.89.1 to 0.90.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.89.1...v0.90.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump rubocop from 0.89.1 to 0.90.0 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
8f8ff9353e
commit
325052f45d
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -141,7 +141,7 @@ group :development, :test do
|
|||
gem "knapsack_pro", "~> 2.2.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.89.1", require: false # Automatic Ruby code style checking tool
|
||||
gem "rubocop", "~> 0.90.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.8", require: false # Automatic Rails code style checking tool
|
||||
gem "rubocop-rspec", "~> 1.43", require: false # Code style checking for RSpec files
|
||||
|
|
|
|||
|
|
@ -661,7 +661,7 @@ GEM
|
|||
rspec-retry (0.6.2)
|
||||
rspec-core (> 3.3)
|
||||
rspec-support (3.9.3)
|
||||
rubocop (0.89.1)
|
||||
rubocop (0.90.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.7.1.1)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
|
|
@ -960,7 +960,7 @@ DEPENDENCIES
|
|||
rouge (~> 3.22)
|
||||
rspec-rails (~> 4.0)
|
||||
rspec-retry (~> 0.6)
|
||||
rubocop (~> 0.89.1)
|
||||
rubocop (~> 0.90.0)
|
||||
rubocop-performance (~> 1.7)
|
||||
rubocop-rails (~> 2.8)
|
||||
rubocop-rspec (~> 1.43)
|
||||
|
|
|
|||
BIN
vendor/cache/rubocop-0.89.1.gem
vendored
BIN
vendor/cache/rubocop-0.89.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/rubocop-0.90.0.gem
vendored
Normal file
BIN
vendor/cache/rubocop-0.90.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue