Skip to content

Commit a997c15

Browse files
build(deps-dev): bump rubocop from 1.81.1 to 1.81.6 (#4615)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.81.1 to 1.81.6. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.1...v1.81.6) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.81.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3aa9664 commit a997c15

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ group :test do
8484
gem 'rspec-its'
8585
gem 'rspec-rails', '~> 8.0.2'
8686
gem 'rspec-wait'
87-
gem 'rubocop', '~> 1.81.1'
87+
gem 'rubocop', '~> 1.81.6'
8888
gem 'rubocop-capybara'
8989
gem 'rubocop-factory_bot'
9090
gem 'rubocop-rails', '~> 2.33'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ GEM
282282
rdoc (>= 4.0.0)
283283
reline (>= 0.4.2)
284284
jaro_winkler (1.6.1)
285-
json (2.15.0)
285+
json (2.15.1)
286286
json-diff (0.4.1)
287287
json-schema (6.0.0)
288288
addressable (~> 2.8)
@@ -375,7 +375,7 @@ GEM
375375
pp (0.6.2)
376376
prettyprint
377377
prettyprint (0.2.0)
378-
prism (1.5.1)
378+
prism (1.6.0)
379379
prometheus-client (4.2.5)
380380
base64
381381
pry (0.14.1)
@@ -484,7 +484,7 @@ GEM
484484
activesupport (>= 3.0.0)
485485
mustache (~> 1.0, >= 0.99.4)
486486
rspec (~> 3.0)
487-
rubocop (1.81.1)
487+
rubocop (1.81.6)
488488
json (~> 2.3)
489489
language_server-protocol (~> 3.17.0.2)
490490
lint_roller (~> 1.1.0)
@@ -693,7 +693,7 @@ DEPENDENCIES
693693
rspec-rails (~> 8.0.2)
694694
rspec-wait
695695
rspec_api_documentation (>= 6.1.0)
696-
rubocop (~> 1.81.1)
696+
rubocop (~> 1.81.6)
697697
rubocop-capybara
698698
rubocop-factory_bot
699699
rubocop-rails (~> 2.33)

0 commit comments

Comments
 (0)