diff --git a/Gemfile b/Gemfile index a8f37eeee..e0cff14ac 100644 --- a/Gemfile +++ b/Gemfile @@ -138,7 +138,7 @@ group :development, :test do gem "parallel_tests", "~> 2.32" # Run Test::Unit / RSpec / Cucumber / Spinach in parallel gem "pry-byebug", "~> 3.8" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution gem "rspec-rails", "~> 4.0" # rspec-rails is a testing framework for Rails 3+ - gem "rubocop", "~> 0.85", require: false # Automatic Ruby code style checking tool + gem "rubocop", "~> 0.85.1", require: false # Automatic Ruby code style checking tool gem "rubocop-performance", "~> 1.6", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code gem "rubocop-rails", "~> 2.5", require: false # Automatic Rails code style checking tool gem "rubocop-rspec", "~> 1.39", require: false # Code style checking for RSpec files diff --git a/Gemfile.lock b/Gemfile.lock index 1df69dfca..a219ebb8c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -685,7 +685,7 @@ GEM rspec-retry (0.6.2) rspec-core (> 3.3) rspec-support (3.9.3) - rubocop (0.85.0) + rubocop (0.85.1) parallel (~> 1.10) parser (>= 2.7.0.1) rainbow (>= 2.2.2, < 4.0) @@ -980,7 +980,7 @@ DEPENDENCIES rouge (~> 3.19) rspec-rails (~> 4.0) rspec-retry (~> 0.6) - rubocop (~> 0.85) + rubocop (~> 0.85.1) rubocop-performance (~> 1.6) rubocop-rails (~> 2.5) rubocop-rspec (~> 1.39) diff --git a/vendor/cache/rubocop-0.85.0.gem b/vendor/cache/rubocop-0.85.0.gem deleted file mode 100644 index 2b5e9ee80..000000000 Binary files a/vendor/cache/rubocop-0.85.0.gem and /dev/null differ diff --git a/vendor/cache/rubocop-0.85.1.gem b/vendor/cache/rubocop-0.85.1.gem new file mode 100644 index 000000000..942c7477d Binary files /dev/null and b/vendor/cache/rubocop-0.85.1.gem differ