diff --git a/Gemfile b/Gemfile index aed818761..5fb98c093 100644 --- a/Gemfile +++ b/Gemfile @@ -149,7 +149,7 @@ group :development, :test do gem "rspec-rails", "~> 5.0" # rspec-rails is a testing framework for Rails 3+ gem "rubocop", "~> 1.24", require: false # Automatic Ruby code style checking tool gem "rubocop-performance", "~> 1.12", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code - gem "rubocop-rails", "~> 2.12", require: false # Automatic Rails code style checking tool + gem "rubocop-rails", "~> 2.13", require: false # Automatic Rails code style checking tool gem "rubocop-rspec", "~> 2.7", require: false # Code style checking for RSpec files gem "sassc-rails", "~> 2.1.2" # Integrate SassC-Ruby into Rails gem "spring", "~> 4.0" # Preloads your application so things like console, rake and tests run faster diff --git a/Gemfile.lock b/Gemfile.lock index b9ac6ba40..3c8243220 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -710,7 +710,7 @@ GEM rubocop-performance (1.12.0) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.12.4) + rubocop-rails (2.13.0) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) @@ -1030,7 +1030,7 @@ DEPENDENCIES rss (~> 0.2.9) rubocop (~> 1.24) rubocop-performance (~> 1.12) - rubocop-rails (~> 2.12) + rubocop-rails (~> 2.13) rubocop-rspec (~> 2.7) ruby-prof (~> 1.4) rubyzip (~> 2.3) diff --git a/vendor/cache/rubocop-rails-2.12.4.gem b/vendor/cache/rubocop-rails-2.12.4.gem deleted file mode 100644 index 75ad56455..000000000 Binary files a/vendor/cache/rubocop-rails-2.12.4.gem and /dev/null differ diff --git a/vendor/cache/rubocop-rails-2.13.0.gem b/vendor/cache/rubocop-rails-2.13.0.gem new file mode 100644 index 000000000..f350b9d5b Binary files /dev/null and b/vendor/cache/rubocop-rails-2.13.0.gem differ