Bump rubocop from 0.93.0 to 0.93.1 (#10900)
* Bump rubocop from 0.93.0 to 0.93.1 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.93.0 to 0.93.1. - [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.93.0...v0.93.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump rubocop from 0.93.0 to 0.93.1 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
d7b3a7c70a
commit
4729fd0a48
8 changed files with 5 additions and 5 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.93.0", require: false # Automatic Ruby code style checking tool
|
||||
gem "rubocop", "~> 0.93.1", 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
|
||||
|
|
|
|||
|
|
@ -617,7 +617,7 @@ GEM
|
|||
redis-store (>= 1.2, < 2)
|
||||
redis-store (1.9.0)
|
||||
redis (>= 4, < 5)
|
||||
regexp_parser (1.8.1)
|
||||
regexp_parser (1.8.2)
|
||||
request_store (1.5.0)
|
||||
rack (>= 1.4)
|
||||
responders (3.0.1)
|
||||
|
|
@ -656,7 +656,7 @@ GEM
|
|||
rspec-retry (0.6.2)
|
||||
rspec-core (> 3.3)
|
||||
rspec-support (3.9.3)
|
||||
rubocop (0.93.0)
|
||||
rubocop (0.93.1)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.7.1.5)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
|
|
@ -665,7 +665,7 @@ GEM
|
|||
rubocop-ast (>= 0.6.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 2.0)
|
||||
rubocop-ast (0.7.1)
|
||||
rubocop-ast (0.8.0)
|
||||
parser (>= 2.7.1.5)
|
||||
rubocop-performance (1.8.1)
|
||||
rubocop (>= 0.87.0)
|
||||
|
|
@ -952,7 +952,7 @@ DEPENDENCIES
|
|||
rouge (~> 3.23)
|
||||
rspec-rails (~> 4.0)
|
||||
rspec-retry (~> 0.6)
|
||||
rubocop (~> 0.93.0)
|
||||
rubocop (~> 0.93.1)
|
||||
rubocop-performance (~> 1.8)
|
||||
rubocop-rails (~> 2.8)
|
||||
rubocop-rspec (~> 1.43)
|
||||
|
|
|
|||
BIN
vendor/cache/regexp_parser-1.8.1.gem
vendored
BIN
vendor/cache/regexp_parser-1.8.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/regexp_parser-1.8.2.gem
vendored
Normal file
BIN
vendor/cache/regexp_parser-1.8.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rubocop-0.93.0.gem
vendored
BIN
vendor/cache/rubocop-0.93.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/rubocop-0.93.1.gem
vendored
Normal file
BIN
vendor/cache/rubocop-0.93.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rubocop-ast-0.7.1.gem
vendored
BIN
vendor/cache/rubocop-ast-0.7.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/rubocop-ast-0.8.0.gem
vendored
Normal file
BIN
vendor/cache/rubocop-ast-0.8.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue