Merge pull request #4221 from consul/dependabot/bundler/rubocop-rspec-1.44.1
Bump rubocop-rspec from 1.41.0 to 1.44.1
This commit is contained in:
@@ -351,6 +351,9 @@ RSpec/EmptyLineAfterExampleGroup:
|
|||||||
RSpec/ExampleWording:
|
RSpec/ExampleWording:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
RSpec/FilePath:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
RSpec/Focus:
|
RSpec/Focus:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@@ -110,7 +110,7 @@ group :development do
|
|||||||
gem "rubocop", "~> 0.91.0", require: false
|
gem "rubocop", "~> 0.91.0", require: false
|
||||||
gem "rubocop-performance", "~> 1.7.1", require: false
|
gem "rubocop-performance", "~> 1.7.1", require: false
|
||||||
gem "rubocop-rails", "~> 2.6.0", require: false
|
gem "rubocop-rails", "~> 2.6.0", require: false
|
||||||
gem "rubocop-rspec", "~> 1.41.0", require: false
|
gem "rubocop-rspec", "~> 1.44.1", require: false
|
||||||
gem "rvm1-capistrano3", "~> 1.4.0", require: false
|
gem "rvm1-capistrano3", "~> 1.4.0", require: false
|
||||||
gem "scss_lint", "~> 0.59.0", require: false
|
gem "scss_lint", "~> 0.59.0", require: false
|
||||||
gem "web-console", "~> 3.7.0"
|
gem "web-console", "~> 3.7.0"
|
||||||
|
|||||||
@@ -559,8 +559,9 @@ GEM
|
|||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
rack (>= 1.1)
|
rack (>= 1.1)
|
||||||
rubocop (>= 0.82.0)
|
rubocop (>= 0.82.0)
|
||||||
rubocop-rspec (1.41.0)
|
rubocop-rspec (1.44.1)
|
||||||
rubocop (>= 0.68.1)
|
rubocop (~> 0.87)
|
||||||
|
rubocop-ast (>= 0.7.1)
|
||||||
ruby-progressbar (1.11.0)
|
ruby-progressbar (1.11.0)
|
||||||
ruby2_keywords (0.0.5)
|
ruby2_keywords (0.0.5)
|
||||||
rubyzip (2.3.0)
|
rubyzip (2.3.0)
|
||||||
@@ -772,7 +773,7 @@ DEPENDENCIES
|
|||||||
rubocop (~> 0.91.0)
|
rubocop (~> 0.91.0)
|
||||||
rubocop-performance (~> 1.7.1)
|
rubocop-performance (~> 1.7.1)
|
||||||
rubocop-rails (~> 2.6.0)
|
rubocop-rails (~> 2.6.0)
|
||||||
rubocop-rspec (~> 1.41.0)
|
rubocop-rspec (~> 1.44.1)
|
||||||
rvm1-capistrano3 (~> 1.4.0)
|
rvm1-capistrano3 (~> 1.4.0)
|
||||||
sassc-rails (~> 2.1.2)
|
sassc-rails (~> 2.1.2)
|
||||||
savon (~> 2.12.1)
|
savon (~> 2.12.1)
|
||||||
|
|||||||
Reference in New Issue
Block a user