Skip to content

Commit ca78ecc

Browse files
build(deps-dev): bump rubocop-rspec from 3.7.0 to 3.8.0
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.7.0 to 3.8.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.7.0...v3.8.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e0591a9 commit ca78ecc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ group :test do
8686
gem 'rubocop-capybara'
8787
gem 'rubocop-factory_bot'
8888
gem 'rubocop-rails', '~> 2.33'
89-
gem 'rubocop-rspec', '~> 3.7'
89+
gem 'rubocop-rspec', '~> 3.8'
9090
gem 'rubocop-rspec_rails'
9191
gem 'rubocop-sequel', '~> 0.4.1'
9292
gem 'timecop'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ GEM
270270
rdoc (>= 4.0.0)
271271
reline (>= 0.4.2)
272272
jaro_winkler (1.6.1)
273-
json (2.15.2)
273+
json (2.16.0)
274274
json-diff (0.4.1)
275275
json-schema (6.0.0)
276276
addressable (~> 2.8)
@@ -477,7 +477,7 @@ GEM
477477
rubocop-ast (>= 1.47.1, < 2.0)
478478
ruby-progressbar (~> 1.7)
479479
unicode-display_width (>= 2.4.0, < 4.0)
480-
rubocop-ast (1.47.1)
480+
rubocop-ast (1.48.0)
481481
parser (>= 3.3.7.2)
482482
prism (~> 1.4)
483483
rubocop-capybara (2.22.1)
@@ -492,9 +492,9 @@ GEM
492492
rack (>= 1.1)
493493
rubocop (>= 1.75.0, < 2.0)
494494
rubocop-ast (>= 1.44.0, < 2.0)
495-
rubocop-rspec (3.7.0)
495+
rubocop-rspec (3.8.0)
496496
lint_roller (~> 1.1)
497-
rubocop (~> 1.72, >= 1.72.1)
497+
rubocop (~> 1.81)
498498
rubocop-rspec_rails (2.31.0)
499499
lint_roller (~> 1.1)
500500
rubocop (~> 1.72, >= 1.72.1)
@@ -677,7 +677,7 @@ DEPENDENCIES
677677
rubocop-capybara
678678
rubocop-factory_bot
679679
rubocop-rails (~> 2.33)
680-
rubocop-rspec (~> 3.7)
680+
rubocop-rspec (~> 3.8)
681681
rubocop-rspec_rails
682682
rubocop-sequel (~> 0.4.1)
683683
rubyzip (>= 1.3.0)

0 commit comments

Comments
 (0)