diff --git a/Gemfile b/Gemfile index a962e2d42..6070196e2 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 433a5dd9f..68d868c36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/vendor/cache/rubocop-rails-2.13.2.gem b/vendor/cache/rubocop-rails-2.13.2.gem deleted file mode 100644 index 4064d1632..000000000 Binary files a/vendor/cache/rubocop-rails-2.13.2.gem and /dev/null differ diff --git a/vendor/cache/rubocop-rails-2.14.0.gem b/vendor/cache/rubocop-rails-2.14.0.gem new file mode 100644 index 000000000..82473d265 Binary files /dev/null and b/vendor/cache/rubocop-rails-2.14.0.gem differ