Skip to content

Commit

Permalink
chore(deps): update dependency rubocop-rspec to "~> 3.1.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jgraichen committed Oct 9, 2024
1 parent d169d40 commit 03bc979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ group :development, :test do
gem "rubocop-factory_bot", "~> 2.26.1"
gem "rubocop-performance", "~> 1.22.1"
gem "rubocop-rails", "~> 2.26.2"
gem "rubocop-rspec", "~> 3.0.2"
gem "rubocop-rspec", "~> 3.1.0"
gem "rubocop-rspec_rails", "~> 2.30.0"
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ GEM
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.0.5)
rubocop-rspec (3.1.0)
rubocop (~> 1.61)
rubocop-rspec_rails (2.30.0)
rubocop (~> 1.61)
Expand Down Expand Up @@ -456,7 +456,7 @@ DEPENDENCIES
rubocop-factory_bot (~> 2.26.1)
rubocop-performance (~> 1.22.1)
rubocop-rails (~> 2.26.2)
rubocop-rspec (~> 3.0.2)
rubocop-rspec (~> 3.1.0)
rubocop-rspec_rails (~> 2.30.0)
selenium-webdriver
sentry-rails
Expand Down

0 comments on commit 03bc979

Please sign in to comment.