From feaec4d64392da960b99813d66c00dc4575554b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 3 Aug 2018 22:23:43 +0000 Subject: [PATCH] Bump rubocop-rspec from 1.15.1 to 1.27.0 Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.15.1 to 1.27.0. - [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v1.15.1...v1.27.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4f7fb3661..b14d0880d 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ group :development, :test do gem 'rspec-activemodel-mocks', '~> 1.0' gem 'simplecov', '~> 0.14.1' gem 'rubocop', '0.58.2', require: false - gem 'rubocop-rspec', '1.15.1' + gem 'rubocop-rspec', '1.27.0' gem 'unicorn', '~> 5.3.0' gem 'rspec_junit_formatter', '~> 0.2.3' gem 'poltergeist', '1.15.0' diff --git a/Gemfile.lock b/Gemfile.lock index 5d862e277..47f6a466e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -349,8 +349,8 @@ GEM rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) - rubocop-rspec (1.15.1) - rubocop (>= 0.42.0) + rubocop-rspec (1.27.0) + rubocop (>= 0.56.0) ruby-progressbar (1.9.0) rubydora (1.7.5) activemodel @@ -476,7 +476,7 @@ DEPENDENCIES rspec-rails (= 3.6.0) rspec_junit_formatter (~> 0.2.3) rubocop (= 0.58.2) - rubocop-rspec (= 1.15.1) + rubocop-rspec (= 1.27.0) rubyzip (= 1.2.1) sass-rails (~> 5.0.5) selenium-webdriver (= 3.4.0)