Merge pull request #751 from Retrospring/dependabot/bundler/rubocop-rails-2.17.0
This commit is contained in:
commit
ec760fce3c
2
Gemfile
2
Gemfile
|
@ -98,7 +98,7 @@ group :development, :test do
|
||||||
gem "rspec-rails", "~> 5.1"
|
gem "rspec-rails", "~> 5.1"
|
||||||
gem "rspec-sidekiq", "~> 3.0", require: false
|
gem "rspec-sidekiq", "~> 3.0", require: false
|
||||||
gem "rubocop", "~> 1.37"
|
gem "rubocop", "~> 1.37"
|
||||||
gem "rubocop-rails", "~> 2.16"
|
gem "rubocop-rails", "~> 2.17"
|
||||||
gem "shoulda-matchers", "~> 5.2"
|
gem "shoulda-matchers", "~> 5.2"
|
||||||
gem "simplecov", require: false
|
gem "simplecov", require: false
|
||||||
gem "simplecov-cobertura", require: false
|
gem "simplecov-cobertura", require: false
|
||||||
|
|
|
@ -456,7 +456,7 @@ GEM
|
||||||
unicode-display_width (>= 1.4.0, < 3.0)
|
unicode-display_width (>= 1.4.0, < 3.0)
|
||||||
rubocop-ast (1.23.0)
|
rubocop-ast (1.23.0)
|
||||||
parser (>= 3.1.1.0)
|
parser (>= 3.1.1.0)
|
||||||
rubocop-rails (2.16.1)
|
rubocop-rails (2.17.0)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
rack (>= 1.1)
|
rack (>= 1.1)
|
||||||
rubocop (>= 1.33.0, < 2.0)
|
rubocop (>= 1.33.0, < 2.0)
|
||||||
|
@ -631,7 +631,7 @@ DEPENDENCIES
|
||||||
rspec-rails (~> 5.1)
|
rspec-rails (~> 5.1)
|
||||||
rspec-sidekiq (~> 3.0)
|
rspec-sidekiq (~> 3.0)
|
||||||
rubocop (~> 1.37)
|
rubocop (~> 1.37)
|
||||||
rubocop-rails (~> 2.16)
|
rubocop-rails (~> 2.17)
|
||||||
ruby-progressbar
|
ruby-progressbar
|
||||||
sanitize
|
sanitize
|
||||||
sassc-rails
|
sassc-rails
|
||||||
|
|
Loading…
Reference in New Issue