Bump rubocop-rails from 2.0.1 to 2.2.0 (#3402) [ci skip]
Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails) from 2.0.1 to 2.2.0. - [Release notes](https://github.com/rubocop-hq/rubocop-rails/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-rails/compare/v2.0.1...v2.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
958ff21e0a
commit
d585864d2d
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -133,7 +133,7 @@ group :development, :test do
|
|||
gem "rspec-rails", "~> 3.8" # rspec-rails is a testing framework for Rails 3+
|
||||
gem "rubocop", "~> 0.72", require: false # Automatic Ruby code style checking tool
|
||||
gem "rubocop-performance", "~> 1.4", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code
|
||||
gem "rubocop-rails", "~> 2.0", require: false # Automatic Rails code style checking tool
|
||||
gem "rubocop-rails", "~> 2.2", require: false # Automatic Rails code style checking tool
|
||||
gem "rubocop-rspec", "~> 1.33", 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
|
||||
|
|
|
|||
|
|
@ -659,9 +659,9 @@ GEM
|
|||
unicode-display_width (>= 1.4.0, < 1.7)
|
||||
rubocop-performance (1.4.0)
|
||||
rubocop (>= 0.71.0)
|
||||
rubocop-rails (2.0.1)
|
||||
rubocop-rails (2.2.0)
|
||||
rack (>= 1.1)
|
||||
rubocop (>= 0.70.0)
|
||||
rubocop (>= 0.72.0)
|
||||
rubocop-rspec (1.33.0)
|
||||
rubocop (>= 0.60.0)
|
||||
ruby-prof (0.18.0)
|
||||
|
|
@ -951,7 +951,7 @@ DEPENDENCIES
|
|||
rspec-retry (~> 0.6)
|
||||
rubocop (~> 0.72)
|
||||
rubocop-performance (~> 1.4)
|
||||
rubocop-rails (~> 2.0)
|
||||
rubocop-rails (~> 2.2)
|
||||
rubocop-rspec (~> 1.33)
|
||||
ruby-prof (~> 0.18)
|
||||
rubyzip (~> 1.2)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue