diff --git a/Gemfile b/Gemfile index db48f61..09b4515 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ group :development, :test do gem "rubocop-rails", "~> 2.29", require: false # Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/] gem "rubocop-rails-omakase", require: false - gem "rubocop-rspec", "~> 3.3", require: false + gem "rubocop-rspec", "~> 3.4", require: false gem "rubocop-performance", "~> 1.23", require: false gem "rubocop-rspec_rails", "~> 2.30", require: false gem "rubocop-capybara", "~> 2.21", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 2b20b48..e897b50 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -328,7 +328,7 @@ GEM rubocop-minitest rubocop-performance rubocop-rails - rubocop-rspec (3.3.0) + rubocop-rspec (3.4.0) rubocop (~> 1.61) rubocop-rspec_rails (2.30.0) rubocop (~> 1.61) @@ -447,7 +447,7 @@ DEPENDENCIES rubocop-performance (~> 1.23) rubocop-rails (~> 2.29) rubocop-rails-omakase - rubocop-rspec (~> 3.3) + rubocop-rspec (~> 3.4) rubocop-rspec_rails (~> 2.30) selenium-webdriver shoulda-matchers (~> 6.4)