diff --git a/Gemfile b/Gemfile index 52208846a..29b7b9e17 100644 --- a/Gemfile +++ b/Gemfile @@ -150,7 +150,7 @@ group :development, :test do gem "rubocop", "~> 1.22", 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-rspec", "~> 2.5", require: false # Code style checking for RSpec files + gem "rubocop-rspec", "~> 2.6", require: false # Code style checking for RSpec files gem "sassc-rails", "~> 2.1.2" # Integrate SassC-Ruby into Rails gem "spring", "~> 3.0" # 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 ac65c4a13..8b6f81318 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -699,7 +699,7 @@ GEM rubocop-ast (>= 1.12.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.12.0) + rubocop-ast (1.13.0) parser (>= 3.0.1.1) rubocop-performance (1.12.0) rubocop (>= 1.7.0, < 2.0) @@ -708,7 +708,7 @@ GEM activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) - rubocop-rspec (2.5.0) + rubocop-rspec (2.6.0) rubocop (~> 1.19) ruby-next-core (0.12.0) ruby-prof (1.4.3) @@ -1007,7 +1007,7 @@ DEPENDENCIES rubocop (~> 1.22) rubocop-performance (~> 1.12) rubocop-rails (~> 2.12) - rubocop-rspec (~> 2.5) + rubocop-rspec (~> 2.6) ruby-prof (~> 1.4) rubyzip (~> 2.3) s3_direct_upload (~> 0.1) diff --git a/vendor/cache/rubocop-ast-1.12.0.gem b/vendor/cache/rubocop-ast-1.12.0.gem deleted file mode 100644 index efa3bccc8..000000000 Binary files a/vendor/cache/rubocop-ast-1.12.0.gem and /dev/null differ diff --git a/vendor/cache/rubocop-ast-1.13.0.gem b/vendor/cache/rubocop-ast-1.13.0.gem new file mode 100644 index 000000000..808829983 Binary files /dev/null and b/vendor/cache/rubocop-ast-1.13.0.gem differ diff --git a/vendor/cache/rubocop-rspec-2.5.0.gem b/vendor/cache/rubocop-rspec-2.5.0.gem deleted file mode 100644 index 77b51cda2..000000000 Binary files a/vendor/cache/rubocop-rspec-2.5.0.gem and /dev/null differ diff --git a/vendor/cache/rubocop-rspec-2.6.0.gem b/vendor/cache/rubocop-rspec-2.6.0.gem new file mode 100644 index 000000000..3cf23e841 Binary files /dev/null and b/vendor/cache/rubocop-rspec-2.6.0.gem differ