Skip to content

Commit

Permalink
Bump rubocop-rspec from 3.4.0 to 3.5.0 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 18, 2025
1 parent 8abc745 commit 8350e4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 8350e4e

Please sign in to comment.