Skip to content

Commit

Permalink
Merge pull request #1412 from CouchofTomato/dependabot/bundler/main/r…
Browse files Browse the repository at this point in the history
…ubocop-rspec-3.1.0

chore: bump rubocop-rspec from 3.0.5 to 3.1.0
  • Loading branch information
CouchofTomato authored Oct 12, 2024
2 parents c2ef8aa + 641e9fc commit 97a5479
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 @@ -50,7 +50,7 @@ group :development, :test do
gem 'rubocop-factory_bot', require: false
gem "rubocop-performance", "~> 1.22", require: false
gem "rubocop-rails", "~> 2.26", require: false
gem "rubocop-rspec", "~> 3.0", require: false
gem "rubocop-rspec", "~> 3.1", require: false
gem 'rubocop-rspec_rails', require: false
gem "simplecov"
gem "simplecov-html"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,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 @@ -421,7 +421,7 @@ DEPENDENCIES
rubocop-factory_bot
rubocop-performance (~> 1.22)
rubocop-rails (~> 2.26)
rubocop-rspec (~> 3.0)
rubocop-rspec (~> 3.1)
rubocop-rspec_rails
shoulda-matchers (~> 6.4)
simplecov
Expand Down

0 comments on commit 97a5479

Please sign in to comment.