Skip to content

Commit 696c647

Browse files
build(deps-dev): bump rubocop from 1.81.0 to 1.81.1 (#4583)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.81.0 to 1.81.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.0...v1.81.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.81.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 4acada2 commit 696c647

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
@@ -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.0'
87+
gem 'rubocop', '~> 1.81.1'
8888
gem 'rubocop-capybara'
8989
gem 'rubocop-factory_bot'
9090
gem 'rubocop-rails', '~> 2.33'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ GEM
483483
activesupport (>= 3.0.0)
484484
mustache (~> 1.0, >= 0.99.4)
485485
rspec (~> 3.0)
486-
rubocop (1.81.0)
486+
rubocop (1.81.1)
487487
json (~> 2.3)
488488
language_server-protocol (~> 3.17.0.2)
489489
lint_roller (~> 1.1.0)
@@ -692,7 +692,7 @@ DEPENDENCIES
692692
rspec-rails (~> 8.0.2)
693693
rspec-wait
694694
rspec_api_documentation (>= 6.1.0)
695-
rubocop (~> 1.81.0)
695+
rubocop (~> 1.81.1)
696696
rubocop-capybara
697697
rubocop-factory_bot
698698
rubocop-rails (~> 2.33)

0 commit comments

Comments
 (0)