Skip to content

Commit a60cdeb

Browse files
build(deps-dev): bump rubocop-rspec in the rubocop group
Bumps the rubocop group with 1 update: [rubocop-rspec](https://github.com/rubocop/rubocop-rspec). Updates `rubocop-rspec` from 3.8.0 to 3.9.0 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.8.0...v3.9.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 96b2629 commit a60cdeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ group :development, :test do
6969
gem 'rubocop', '~> 1.82.1'
7070
gem 'rubocop-performance', '~> 1.26.1'
7171
gem 'rubocop-rails', '~> 2.34.3'
72-
gem 'rubocop-rspec', '~> 3.8.0'
72+
gem 'rubocop-rspec', '~> 3.9.0'
7373
gem 'rubocop-rspec_rails', '~> 2.32.0'
7474
gem 'brakeman', '~> 7.1.2'
7575
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ GEM
367367
rack (>= 1.1)
368368
rubocop (>= 1.75.0, < 2.0)
369369
rubocop-ast (>= 1.44.0, < 2.0)
370-
rubocop-rspec (3.8.0)
370+
rubocop-rspec (3.9.0)
371371
lint_roller (~> 1.1)
372372
rubocop (~> 1.81)
373373
rubocop-rspec_rails (2.32.0)
@@ -460,7 +460,7 @@ DEPENDENCIES
460460
rubocop (~> 1.82.1)
461461
rubocop-performance (~> 1.26.1)
462462
rubocop-rails (~> 2.34.3)
463-
rubocop-rspec (~> 3.8.0)
463+
rubocop-rspec (~> 3.9.0)
464464
rubocop-rspec_rails (~> 2.32.0)
465465
simplecov (~> 0.22.0, >= 0.16.1)
466466
solid_queue (~> 1.2.4)

0 commit comments

Comments
 (0)