Skip to content

Commit 2521709

Browse files
build(deps-dev): bump rubocop from 1.88.1 to 1.88.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.88.1 to 1.88.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.88.1...v1.88.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.88.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b5e0e71 commit 2521709

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ group :test do
6262
gem 'rspec-its'
6363
gem 'rspec-rails', '~> 8.0.4'
6464
gem 'rspec-wait'
65-
gem 'rubocop', '~> 1.88.1'
65+
gem 'rubocop', '~> 1.88.2'
6666
gem 'rubocop-capybara'
6767
gem 'rubocop-factory_bot'
6868
gem 'rubocop-rails', '~> 2.36'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ GEM
298298
activesupport (>= 3.0.0)
299299
mustache (~> 1.0, >= 0.99.4)
300300
rspec (~> 3.0)
301-
rubocop (1.88.1)
301+
rubocop (1.88.2)
302302
json (~> 2.3)
303303
language_server-protocol (~> 3.17.0.2)
304304
lint_roller (~> 1.1.0)
@@ -484,7 +484,7 @@ DEPENDENCIES
484484
rspec-rails (~> 8.0.4)
485485
rspec-wait
486486
rspec_api_documentation (>= 6.1.0)
487-
rubocop (~> 1.88.1)
487+
rubocop (~> 1.88.2)
488488
rubocop-capybara
489489
rubocop-factory_bot
490490
rubocop-rails (~> 2.36)

0 commit comments

Comments
 (0)