Skip to content

Commit a5afe19

Browse files
Bump rubocop-rspec from 3.8.0 to 3.9.0 (#447)
Bumps [rubocop-rspec](https://github.com/rubocop/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b687042 commit a5afe19

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ group :development do
2828
gem 'guard-puma', '~> 0.9.2'
2929
gem 'rubocop', '~> 1.82'
3030
gem 'rubocop-rake', '~> 0.7.1'
31-
gem 'rubocop-rspec', '~> 3.8'
31+
gem 'rubocop-rspec', '~> 3.9'
3232
end
3333

3434
group :test do

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,13 @@ GEM
267267
rubocop-ast (>= 1.48.0, < 2.0)
268268
ruby-progressbar (~> 1.7)
269269
unicode-display_width (>= 2.4.0, < 4.0)
270-
rubocop-ast (1.48.0)
270+
rubocop-ast (1.49.0)
271271
parser (>= 3.3.7.2)
272-
prism (~> 1.4)
272+
prism (~> 1.7)
273273
rubocop-rake (0.7.1)
274274
lint_roller (~> 1.1)
275275
rubocop (>= 1.72.1)
276-
rubocop-rspec (3.8.0)
276+
rubocop-rspec (3.9.0)
277277
lint_roller (~> 1.1)
278278
rubocop (~> 1.81)
279279
ruby-progressbar (1.13.0)
@@ -339,7 +339,7 @@ DEPENDENCIES
339339
rspec (~> 3.13)
340340
rubocop (~> 1.82)
341341
rubocop-rake (~> 0.7.1)
342-
rubocop-rspec (~> 3.8)
342+
rubocop-rspec (~> 3.9)
343343
secure_headers (~> 7.1)
344344
sentry-ruby (~> 6.2)
345345
simplecov (~> 0.22.0)

0 commit comments

Comments
 (0)