diff --git a/Gemfile b/Gemfile index d1400abbf..2931215f5 100644 --- a/Gemfile +++ b/Gemfile @@ -139,7 +139,7 @@ group :development, :test do gem "knapsack_pro", "~> 2.10.1" # Help parallelize Ruby spec builds 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", "~> 1.6", require: false # Automatic Ruby code style checking tool + gem "rubocop", "~> 1.7", require: false # Automatic Ruby code style checking tool gem "rubocop-performance", "~> 1.9", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code gem "rubocop-rails", "~> 2.9", require: false # Automatic Rails code style checking tool gem "rubocop-rspec", "~> 2.1", require: false # Code style checking for RSpec files diff --git a/Gemfile.lock b/Gemfile.lock index 9ced585aa..937ac4c88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -500,7 +500,7 @@ GEM rack orm_adapter (0.5.0) parallel (1.20.1) - parser (2.7.2.0) + parser (3.0.0.0) ast (~> 2.4.1) patron (0.13.3) pg (1.2.3) @@ -639,7 +639,7 @@ GEM rspec-retry (0.6.2) rspec-core (> 3.3) rspec-support (3.9.3) - rubocop (1.6.1) + rubocop (1.7.0) parallel (~> 1.10) parser (>= 2.7.1.5) rainbow (>= 2.2.2, < 4.0) @@ -934,7 +934,7 @@ DEPENDENCIES rouge (~> 3.26) rspec-rails (~> 4.0) rspec-retry (~> 0.6) - rubocop (~> 1.6) + rubocop (~> 1.7) rubocop-performance (~> 1.9) rubocop-rails (~> 2.9) rubocop-rspec (~> 2.1) diff --git a/vendor/cache/parser-2.7.2.0.gem b/vendor/cache/parser-2.7.2.0.gem deleted file mode 100644 index 66f82f110..000000000 Binary files a/vendor/cache/parser-2.7.2.0.gem and /dev/null differ diff --git a/vendor/cache/parser-3.0.0.0.gem b/vendor/cache/parser-3.0.0.0.gem new file mode 100644 index 000000000..f542329d6 Binary files /dev/null and b/vendor/cache/parser-3.0.0.0.gem differ diff --git a/vendor/cache/rubocop-1.6.1.gem b/vendor/cache/rubocop-1.6.1.gem deleted file mode 100644 index 61909638a..000000000 Binary files a/vendor/cache/rubocop-1.6.1.gem and /dev/null differ diff --git a/vendor/cache/rubocop-1.7.0.gem b/vendor/cache/rubocop-1.7.0.gem new file mode 100644 index 000000000..19e8ca35b Binary files /dev/null and b/vendor/cache/rubocop-1.7.0.gem differ