diff --git a/Gemfile b/Gemfile index 77e80fb70..ee1d9da27 100644 --- a/Gemfile +++ b/Gemfile @@ -139,7 +139,7 @@ group :development, :test do gem "rspec-rails", "~> 4.0" # rspec-rails is a testing framework for Rails 3+ 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-rails", "~> 2.6", require: false # Automatic Rails code style checking tool gem "rubocop-rspec", "~> 1.39", require: false # Code style checking for RSpec files gem "spring", "~> 2.1" # Preloads your application so things like console, rake and tests run faster gem "spring-commands-rspec", "~> 1.0" # rspec command for spring diff --git a/Gemfile.lock b/Gemfile.lock index af2b608a1..61def4812 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,7 +105,7 @@ GEM approvals (0.0.24) nokogiri (~> 1.6) thor (~> 0.18) - ast (2.4.0) + ast (2.4.1) autoprefixer-rails (9.7.6) execjs aws-eventstream (1.1.0) @@ -696,10 +696,10 @@ GEM parser (>= 2.7.0.1) rubocop-performance (1.6.1) rubocop (>= 0.71.0) - rubocop-rails (2.5.2) - activesupport + rubocop-rails (2.6.0) + activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 0.72.0) + rubocop (>= 0.82.0) rubocop-rspec (1.39.0) rubocop (>= 0.68.1) ruby-prof (1.4.1) @@ -979,7 +979,7 @@ DEPENDENCIES rspec-retry (~> 0.6) rubocop (~> 0.85.1) rubocop-performance (~> 1.6) - rubocop-rails (~> 2.5) + rubocop-rails (~> 2.6) rubocop-rspec (~> 1.39) ruby-prof (~> 1.4) rubyzip (~> 2.3) diff --git a/vendor/cache/ast-2.4.0.gem b/vendor/cache/ast-2.4.0.gem deleted file mode 100644 index b5db3ed6e..000000000 Binary files a/vendor/cache/ast-2.4.0.gem and /dev/null differ diff --git a/vendor/cache/ast-2.4.1.gem b/vendor/cache/ast-2.4.1.gem new file mode 100644 index 000000000..01617aad9 Binary files /dev/null and b/vendor/cache/ast-2.4.1.gem differ diff --git a/vendor/cache/rubocop-rails-2.5.2.gem b/vendor/cache/rubocop-rails-2.5.2.gem deleted file mode 100644 index 378dede37..000000000 Binary files a/vendor/cache/rubocop-rails-2.5.2.gem and /dev/null differ diff --git a/vendor/cache/rubocop-rails-2.6.0.gem b/vendor/cache/rubocop-rails-2.6.0.gem new file mode 100644 index 000000000..9f97c5e37 Binary files /dev/null and b/vendor/cache/rubocop-rails-2.6.0.gem differ