Skip to content

Commit 5ddff76

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 df5cee5 commit 5ddff76

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
@@ -60,7 +60,7 @@ group :test do
6060
gem 'rspec-its'
6161
gem 'rspec-rails', '~> 8.0.4'
6262
gem 'rspec-wait'
63-
gem 'rubocop', '~> 1.88.1'
63+
gem 'rubocop', '~> 1.88.2'
6464
gem 'rubocop-capybara'
6565
gem 'rubocop-factory_bot'
6666
gem 'rubocop-rails', '~> 2.36'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ GEM
297297
activesupport (>= 3.0.0)
298298
mustache (~> 1.0, >= 0.99.4)
299299
rspec (~> 3.0)
300-
rubocop (1.88.1)
300+
rubocop (1.88.2)
301301
json (~> 2.3)
302302
language_server-protocol (~> 3.17.0.2)
303303
lint_roller (~> 1.1.0)
@@ -481,7 +481,7 @@ DEPENDENCIES
481481
rspec-rails (~> 8.0.4)
482482
rspec-wait
483483
rspec_api_documentation (>= 6.1.0)
484-
rubocop (~> 1.88.1)
484+
rubocop (~> 1.88.2)
485485
rubocop-capybara
486486
rubocop-factory_bot
487487
rubocop-rails (~> 2.36)

0 commit comments

Comments
 (0)