diff --git a/Gemfile b/Gemfile index 40a6cf02c..b3f5a9fec 100644 --- a/Gemfile +++ b/Gemfile @@ -144,7 +144,7 @@ group :development, :test do gem "rubocop", "~> 1.21", require: false # Automatic Ruby code style checking tool gem "rubocop-performance", "~> 1.11", 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.4", require: false # Code style checking for RSpec files + gem "rubocop-rspec", "~> 2.5", require: false # Code style checking for RSpec files gem "sassc-rails", "~> 2.1.2" # Integrate SassC-Ruby into Rails 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 9ac3813c2..708b24f0f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -672,9 +672,8 @@ GEM activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) - rubocop-rspec (2.4.0) - rubocop (~> 1.0) - rubocop-ast (>= 1.1.0) + rubocop-rspec (2.5.0) + rubocop (~> 1.19) ruby-next-core (0.12.0) ruby-prof (1.4.3) ruby-progressbar (1.11.0) @@ -794,7 +793,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.7) - unicode-display_width (2.0.0) + unicode-display_width (2.1.0) uniform_notifier (1.14.2) validate_url (1.0.13) activemodel (>= 3.0.0) @@ -962,7 +961,7 @@ DEPENDENCIES rubocop (~> 1.21) rubocop-performance (~> 1.11) rubocop-rails (~> 2.12) - rubocop-rspec (~> 2.4) + rubocop-rspec (~> 2.5) ruby-prof (~> 1.4) rubyzip (~> 2.3) s3_direct_upload (~> 0.1) diff --git a/vendor/cache/rubocop-rspec-2.4.0.gem b/vendor/cache/rubocop-rspec-2.4.0.gem deleted file mode 100644 index c010d50f4..000000000 Binary files a/vendor/cache/rubocop-rspec-2.4.0.gem and /dev/null differ diff --git a/vendor/cache/rubocop-rspec-2.5.0.gem b/vendor/cache/rubocop-rspec-2.5.0.gem new file mode 100644 index 000000000..77b51cda2 Binary files /dev/null and b/vendor/cache/rubocop-rspec-2.5.0.gem differ diff --git a/vendor/cache/unicode-display_width-2.0.0.gem b/vendor/cache/unicode-display_width-2.0.0.gem deleted file mode 100644 index f1ecf9201..000000000 Binary files a/vendor/cache/unicode-display_width-2.0.0.gem and /dev/null differ diff --git a/vendor/cache/unicode-display_width-2.1.0.gem b/vendor/cache/unicode-display_width-2.1.0.gem new file mode 100644 index 000000000..bec8f2a7c Binary files /dev/null and b/vendor/cache/unicode-display_width-2.1.0.gem differ