Skip to content

Commit 3c74d73

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

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
@@ -59,7 +59,7 @@ group :test do
5959
gem 'rspec-its'
6060
gem 'rspec-rails', '~> 8.0.4'
6161
gem 'rspec-wait'
62-
gem 'rubocop', '~> 1.88.2'
62+
gem 'rubocop', '~> 1.89.0'
6363
gem 'rubocop-capybara'
6464
gem 'rubocop-factory_bot'
6565
gem 'rubocop-rails', '~> 2.36'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ GEM
296296
activesupport (>= 3.0.0)
297297
mustache (~> 1.0, >= 0.99.4)
298298
rspec (~> 3.0)
299-
rubocop (1.88.2)
299+
rubocop (1.89.0)
300300
json (~> 2.3)
301301
language_server-protocol (~> 3.17.0.2)
302302
lint_roller (~> 1.1.0)
@@ -479,7 +479,7 @@ DEPENDENCIES
479479
rspec-rails (~> 8.0.4)
480480
rspec-wait
481481
rspec_api_documentation (>= 6.1.0)
482-
rubocop (~> 1.88.2)
482+
rubocop (~> 1.89.0)
483483
rubocop-capybara
484484
rubocop-factory_bot
485485
rubocop-rails (~> 2.36)

0 commit comments

Comments
 (0)