Skip to content

Commit 29acf54

Browse files
build(deps-dev): bump rubocop from 1.65.0 to 1.65.1 (#3912)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.65.0 to 1.65.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.65.0...v1.65.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 078fcc2 commit 29acf54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ group :test do
8585
gem 'rspec-its'
8686
gem 'rspec-rails', '~> 6.1.3'
8787
gem 'rspec-wait'
88-
gem 'rubocop', '~> 1.65.0'
88+
gem 'rubocop', '~> 1.65.1'
8989
gem 'rubocop-capybara'
9090
gem 'rubocop-factory_bot'
9191
gem 'rubocop-rails', '~> 2.25'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ GEM
427427
retriable (3.1.2)
428428
reverse_markdown (2.1.1)
429429
nokogiri
430-
rexml (3.3.2)
430+
rexml (3.3.4)
431431
strscan
432432
rfc822 (0.1.5)
433433
roodi (5.0.0)
@@ -466,7 +466,7 @@ GEM
466466
activesupport (>= 3.0.0)
467467
mustache (~> 1.0, >= 0.99.4)
468468
rspec (~> 3.0)
469-
rubocop (1.65.0)
469+
rubocop (1.65.1)
470470
json (~> 2.3)
471471
language_server-protocol (>= 3.17.0)
472472
parallel (~> 1.10)
@@ -654,7 +654,7 @@ DEPENDENCIES
654654
rspec-rails (~> 6.1.3)
655655
rspec-wait
656656
rspec_api_documentation (>= 6.1.0)
657-
rubocop (~> 1.65.0)
657+
rubocop (~> 1.65.1)
658658
rubocop-capybara
659659
rubocop-factory_bot
660660
rubocop-rails (~> 2.25)

0 commit comments

Comments
 (0)