Bump rubocop-rails from 2.13.2 to 2.14.0 (#16885)
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.13.2 to 2.14.0. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.13.2...v2.14.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b81d8c9479
commit
48c98912cc
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -142,7 +142,7 @@ group :development, :test do
|
|||
gem "rspec-rails", "~> 5.1" # rspec-rails is a testing framework for Rails 3+
|
||||
gem "rubocop", "~> 1.26", require: false # Automatic Ruby code style checking tool
|
||||
gem "rubocop-performance", "~> 1.13", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code
|
||||
gem "rubocop-rails", "~> 2.13", require: false # Automatic Rails code style checking tool
|
||||
gem "rubocop-rails", "~> 2.14", require: false # Automatic Rails code style checking tool
|
||||
gem "rubocop-rspec", "~> 2.9", require: false # Code style checking for RSpec files
|
||||
gem "sassc-rails", "~> 2.1.2" # Integrate SassC-Ruby into Rails
|
||||
end
|
||||
|
|
|
|||
|
|
@ -700,7 +700,7 @@ GEM
|
|||
rubocop-performance (1.13.3)
|
||||
rubocop (>= 1.7.0, < 2.0)
|
||||
rubocop-ast (>= 0.4.0)
|
||||
rubocop-rails (2.13.2)
|
||||
rubocop-rails (2.14.0)
|
||||
activesupport (>= 4.2.0)
|
||||
rack (>= 1.1)
|
||||
rubocop (>= 1.7.0, < 2.0)
|
||||
|
|
@ -1005,7 +1005,7 @@ DEPENDENCIES
|
|||
rss (~> 0.2.9)
|
||||
rubocop (~> 1.26)
|
||||
rubocop-performance (~> 1.13)
|
||||
rubocop-rails (~> 2.13)
|
||||
rubocop-rails (~> 2.14)
|
||||
rubocop-rspec (~> 2.9)
|
||||
ruby-prof (~> 1.4)
|
||||
rubyzip (~> 2.3)
|
||||
|
|
|
|||
BIN
vendor/cache/rubocop-rails-2.13.2.gem
vendored
BIN
vendor/cache/rubocop-rails-2.13.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/rubocop-rails-2.14.0.gem
vendored
Normal file
BIN
vendor/cache/rubocop-rails-2.14.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue