Bump rubocop-rspec from 1.43.2 to 1.44.1 (#11076)
* Bump rubocop-rspec from 1.43.2 to 1.44.1 Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.43.2 to 1.44.1. - [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v1.43.2...v1.44.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump rubocop-rspec from 1.43.2 to 1.44.1 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
19540d25f4
commit
53a9612937
6 changed files with 5 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -142,7 +142,7 @@ group :development, :test do
|
|||
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
|
||||
gem "rubocop-rspec", "~> 1.44", require: false # Code style checking for RSpec files
|
||||
gem "spring", "~> 2.1" # Preloads your application so things like console, rake and tests run faster
|
||||
gem "spring-commands-rspec", "~> 1.0" # rspec command for spring
|
||||
end
|
||||
|
|
|
|||
|
|
@ -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.8.0)
|
||||
rubocop-ast (1.0.1)
|
||||
parser (>= 2.7.1.5)
|
||||
rubocop-performance (1.8.1)
|
||||
rubocop (>= 0.87.0)
|
||||
|
|
@ -674,8 +674,9 @@ GEM
|
|||
activesupport (>= 4.2.0)
|
||||
rack (>= 1.1)
|
||||
rubocop (>= 0.87.0)
|
||||
rubocop-rspec (1.43.2)
|
||||
rubocop-rspec (1.44.1)
|
||||
rubocop (~> 0.87)
|
||||
rubocop-ast (>= 0.7.1)
|
||||
ruby-prof (1.4.1)
|
||||
ruby-progressbar (1.10.1)
|
||||
ruby-statistics (2.1.2)
|
||||
|
|
@ -955,7 +956,7 @@ DEPENDENCIES
|
|||
rubocop (~> 0.93.1)
|
||||
rubocop-performance (~> 1.8)
|
||||
rubocop-rails (~> 2.8)
|
||||
rubocop-rspec (~> 1.43)
|
||||
rubocop-rspec (~> 1.44)
|
||||
ruby-prof (~> 1.4)
|
||||
rubyzip (~> 2.3)
|
||||
s3_direct_upload (~> 0.1)
|
||||
|
|
|
|||
BIN
vendor/cache/rubocop-ast-0.8.0.gem
vendored
BIN
vendor/cache/rubocop-ast-0.8.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/rubocop-ast-1.0.1.gem
vendored
Normal file
BIN
vendor/cache/rubocop-ast-1.0.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rubocop-rspec-1.43.2.gem
vendored
BIN
vendor/cache/rubocop-rspec-1.43.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/rubocop-rspec-1.44.1.gem
vendored
Normal file
BIN
vendor/cache/rubocop-rspec-1.44.1.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue