diff --git a/Gemfile b/Gemfile index ecbe583e5..1382521b5 100644 --- a/Gemfile +++ b/Gemfile @@ -147,7 +147,7 @@ group :development, :test do gem "rubocop", "~> 1.31", require: false # Automatic Ruby code style checking tool gem "rubocop-performance", "~> 1.14", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code gem "rubocop-rails", "~> 2.15", require: false # Automatic Rails code style checking tool - gem "rubocop-rspec", "~> 2.11", require: false # Code style checking for RSpec files + gem "rubocop-rspec", "~> 2.12", 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 6aa2d8c6f..4f0c3eb9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -431,7 +431,7 @@ GEM sass (>= 3.2) js-routes (2.2.4) railties (>= 4) - json (2.6.1) + json (2.6.2) jsonapi-serializer (2.2.0) activesupport (>= 4.2) jwt (2.3.0) @@ -758,8 +758,8 @@ GEM activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) - rubocop-rspec (2.11.1) - rubocop (~> 1.19) + rubocop-rspec (2.12.1) + rubocop (~> 1.31) ruby-next-core (0.15.1) ruby-prof (1.4.3) ruby-progressbar (1.11.0) @@ -1069,7 +1069,7 @@ DEPENDENCIES rubocop (~> 1.31) rubocop-performance (~> 1.14) rubocop-rails (~> 2.15) - rubocop-rspec (~> 2.11) + rubocop-rspec (~> 2.12) ruby-prof (~> 1.4) rubyzip (~> 2.3) s3_direct_upload (~> 0.1) diff --git a/vendor/cache/json-2.6.1.gem b/vendor/cache/json-2.6.1.gem deleted file mode 100644 index 0e3430c21..000000000 Binary files a/vendor/cache/json-2.6.1.gem and /dev/null differ diff --git a/vendor/cache/json-2.6.2.gem b/vendor/cache/json-2.6.2.gem new file mode 100644 index 000000000..dfa92049e Binary files /dev/null and b/vendor/cache/json-2.6.2.gem differ diff --git a/vendor/cache/rubocop-rspec-2.11.1.gem b/vendor/cache/rubocop-rspec-2.11.1.gem deleted file mode 100644 index 49ed78319..000000000 Binary files a/vendor/cache/rubocop-rspec-2.11.1.gem and /dev/null differ diff --git a/vendor/cache/rubocop-rspec-2.12.1.gem b/vendor/cache/rubocop-rspec-2.12.1.gem new file mode 100644 index 000000000..c11bf9460 Binary files /dev/null and b/vendor/cache/rubocop-rspec-2.12.1.gem differ