Skip to content

Commit 82e8a4a

Browse files
build(deps-dev): bump rubocop from 1.84.0 to 1.84.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.84.0 to 1.84.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.84.0...v1.84.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.84.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5c3fcad commit 82e8a4a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ group :test do
7979
gem 'rspec-its'
8080
gem 'rspec-rails', '~> 8.0.2'
8181
gem 'rspec-wait'
82-
gem 'rubocop', '~> 1.84.0'
82+
gem 'rubocop', '~> 1.84.1'
8383
gem 'rubocop-capybara'
8484
gem 'rubocop-factory_bot'
8585
gem 'rubocop-rails', '~> 2.34'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ GEM
273273
rdoc (>= 4.0.0)
274274
reline (>= 0.4.2)
275275
jaro_winkler (1.6.1)
276-
json (2.18.0)
276+
json (2.18.1)
277277
json-diff (0.4.1)
278278
json-schema (6.1.0)
279279
addressable (~> 2.8)
@@ -475,7 +475,7 @@ GEM
475475
activesupport (>= 3.0.0)
476476
mustache (~> 1.0, >= 0.99.4)
477477
rspec (~> 3.0)
478-
rubocop (1.84.0)
478+
rubocop (1.84.1)
479479
json (~> 2.3)
480480
language_server-protocol (~> 3.17.0.2)
481481
lint_roller (~> 1.1.0)
@@ -679,7 +679,7 @@ DEPENDENCIES
679679
rspec-rails (~> 8.0.2)
680680
rspec-wait
681681
rspec_api_documentation (>= 6.1.0)
682-
rubocop (~> 1.84.0)
682+
rubocop (~> 1.84.1)
683683
rubocop-capybara
684684
rubocop-factory_bot
685685
rubocop-rails (~> 2.34)

0 commit comments

Comments
 (0)