Bump rubocop from 0.90.0 to 0.92.0 (#10457)
* Bump rubocop from 0.90.0 to 0.92.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.90.0 to 0.92.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.90.0...v0.92.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump rubocop from 0.90.0 to 0.92.0 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
25d799be09
commit
db641337c8
8 changed files with 8 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -139,7 +139,7 @@ group :development, :test do
|
|||
gem "knapsack_pro", "~> 2.6.0" # 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.90.0", require: false # Automatic Ruby code style checking tool
|
||||
gem "rubocop", "~> 0.92.0", require: false # Automatic Ruby code style checking tool
|
||||
gem "rubocop-performance", "~> 1.8", 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
|
||||
|
|
|
|||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -512,7 +512,7 @@ GEM
|
|||
rack
|
||||
orm_adapter (0.5.0)
|
||||
parallel (1.19.2)
|
||||
parser (2.7.1.4)
|
||||
parser (2.7.1.5)
|
||||
ast (~> 2.4.1)
|
||||
patron (0.13.3)
|
||||
pg (1.2.3)
|
||||
|
|
@ -656,17 +656,17 @@ GEM
|
|||
rspec-retry (0.6.2)
|
||||
rspec-core (> 3.3)
|
||||
rspec-support (3.9.3)
|
||||
rubocop (0.90.0)
|
||||
rubocop (0.92.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.7.1.1)
|
||||
parser (>= 2.7.1.5)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.7)
|
||||
rexml
|
||||
rubocop-ast (>= 0.3.0, < 1.0)
|
||||
rubocop-ast (>= 0.5.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 2.0)
|
||||
rubocop-ast (0.4.2)
|
||||
parser (>= 2.7.1.4)
|
||||
rubocop-ast (0.6.0)
|
||||
parser (>= 2.7.1.5)
|
||||
rubocop-performance (1.8.1)
|
||||
rubocop (>= 0.87.0)
|
||||
rubocop-ast (>= 0.4.0)
|
||||
|
|
@ -953,7 +953,7 @@ DEPENDENCIES
|
|||
rouge (~> 3.23)
|
||||
rspec-rails (~> 4.0)
|
||||
rspec-retry (~> 0.6)
|
||||
rubocop (~> 0.90.0)
|
||||
rubocop (~> 0.92.0)
|
||||
rubocop-performance (~> 1.8)
|
||||
rubocop-rails (~> 2.8)
|
||||
rubocop-rspec (~> 1.43)
|
||||
|
|
|
|||
BIN
vendor/cache/parser-2.7.1.4.gem
vendored
BIN
vendor/cache/parser-2.7.1.4.gem
vendored
Binary file not shown.
BIN
vendor/cache/parser-2.7.1.5.gem
vendored
Normal file
BIN
vendor/cache/parser-2.7.1.5.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rubocop-0.90.0.gem
vendored
BIN
vendor/cache/rubocop-0.90.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/rubocop-0.92.0.gem
vendored
Normal file
BIN
vendor/cache/rubocop-0.92.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rubocop-ast-0.4.2.gem
vendored
BIN
vendor/cache/rubocop-ast-0.4.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/rubocop-ast-0.6.0.gem
vendored
Normal file
BIN
vendor/cache/rubocop-ast-0.6.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue