Skip to content

Commit 2e472ea

Browse files
build(deps-dev): bump rubocop from 1.85.0 to 1.85.1 (#4907)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.85.0 to 1.85.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.85.0...v1.85.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.85.1 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 c34630a commit 2e472ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ group :test do
7878
gem 'rspec-its'
7979
gem 'rspec-rails', '~> 8.0.3'
8080
gem 'rspec-wait'
81-
gem 'rubocop', '~> 1.85.0'
81+
gem 'rubocop', '~> 1.85.1'
8282
gem 'rubocop-capybara'
8383
gem 'rubocop-factory_bot'
8484
gem 'rubocop-rails', '~> 2.34'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ GEM
478478
activesupport (>= 3.0.0)
479479
mustache (~> 1.0, >= 0.99.4)
480480
rspec (~> 3.0)
481-
rubocop (1.85.0)
481+
rubocop (1.85.1)
482482
json (~> 2.3)
483483
language_server-protocol (~> 3.17.0.2)
484484
lint_roller (~> 1.1.0)
@@ -680,7 +680,7 @@ DEPENDENCIES
680680
rspec-rails (~> 8.0.3)
681681
rspec-wait
682682
rspec_api_documentation (>= 6.1.0)
683-
rubocop (~> 1.85.0)
683+
rubocop (~> 1.85.1)
684684
rubocop-capybara
685685
rubocop-factory_bot
686686
rubocop-rails (~> 2.34)

0 commit comments

Comments
 (0)