Skip to content

Commit 2a57ab5

Browse files
build(deps-dev): bump rubocop-rspec from 3.8.0 to 3.9.0 (#4736)
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 8150e76 commit 2a57ab5

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
@@ -83,7 +83,7 @@ group :test do
8383
gem 'rubocop-capybara'
8484
gem 'rubocop-factory_bot'
8585
gem 'rubocop-rails', '~> 2.34'
86-
gem 'rubocop-rspec', '~> 3.8'
86+
gem 'rubocop-rspec', '~> 3.9'
8787
gem 'rubocop-rspec_rails'
8888
gem 'rubocop-sequel', '~> 0.4.1'
8989
gem 'timecop'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ GEM
492492
rack (>= 1.1)
493493
rubocop (>= 1.75.0, < 2.0)
494494
rubocop-ast (>= 1.44.0, < 2.0)
495-
rubocop-rspec (3.8.0)
495+
rubocop-rspec (3.9.0)
496496
lint_roller (~> 1.1)
497497
rubocop (~> 1.81)
498498
rubocop-rspec_rails (2.32.0)
@@ -674,7 +674,7 @@ DEPENDENCIES
674674
rubocop-capybara
675675
rubocop-factory_bot
676676
rubocop-rails (~> 2.34)
677-
rubocop-rspec (~> 3.8)
677+
rubocop-rspec (~> 3.9)
678678
rubocop-rspec_rails
679679
rubocop-sequel (~> 0.4.1)
680680
rubyzip (>= 1.3.0)

0 commit comments

Comments
 (0)