diff --git a/Gemfile b/Gemfile index a5a61c5..c6c5ad3 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.4", require: false + gem "rubocop-rspec", "~> 3.5", require: false gem "rubocop-performance", "~> 1.24", 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 338b4a8..6063565 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -382,8 +382,9 @@ GEM rubocop-minitest rubocop-performance rubocop-rails - rubocop-rspec (3.4.0) - rubocop (~> 1.61) + rubocop-rspec (3.5.0) + lint_roller (~> 1.1) + rubocop (~> 1.72, >= 1.72.1) rubocop-rspec_rails (2.30.0) rubocop (~> 1.61) rubocop-rspec (~> 3, >= 3.0.1) @@ -514,7 +515,7 @@ DEPENDENCIES rubocop-performance (~> 1.24) rubocop-rails (~> 2.29) rubocop-rails-omakase - rubocop-rspec (~> 3.4) + rubocop-rspec (~> 3.5) rubocop-rspec_rails (~> 2.30) selenium-webdriver shoulda-matchers (~> 6.4)