Skip to content

Commit 432d8f9

Browse files
build(deps-dev): bump rubocop from 1.82.0 to 1.82.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.82.0 to 1.82.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.82.0...v1.82.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.82.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8e838ff commit 432d8f9

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
@@ -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.82.0'
82+
gem 'rubocop', '~> 1.82.1'
8383
gem 'rubocop-capybara'
8484
gem 'rubocop-factory_bot'
8585
gem 'rubocop-rails', '~> 2.34'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ GEM
353353
pp (0.6.3)
354354
prettyprint
355355
prettyprint (0.2.0)
356-
prism (1.6.0)
356+
prism (1.7.0)
357357
prometheus-client (4.2.5)
358358
base64
359359
pry (0.14.1)
@@ -464,7 +464,7 @@ GEM
464464
activesupport (>= 3.0.0)
465465
mustache (~> 1.0, >= 0.99.4)
466466
rspec (~> 3.0)
467-
rubocop (1.82.0)
467+
rubocop (1.82.1)
468468
json (~> 2.3)
469469
language_server-protocol (~> 3.17.0.2)
470470
lint_roller (~> 1.1.0)
@@ -579,7 +579,7 @@ GEM
579579
uber (0.1.0)
580580
unicode-display_width (3.2.0)
581581
unicode-emoji (~> 4.1)
582-
unicode-emoji (4.1.0)
582+
unicode-emoji (4.2.0)
583583
uri (1.1.1)
584584
useragent (0.16.11)
585585
vhd (0.0.4)
@@ -666,7 +666,7 @@ DEPENDENCIES
666666
rspec-rails (~> 8.0.2)
667667
rspec-wait
668668
rspec_api_documentation (>= 6.1.0)
669-
rubocop (~> 1.82.0)
669+
rubocop (~> 1.82.1)
670670
rubocop-capybara
671671
rubocop-factory_bot
672672
rubocop-rails (~> 2.34)

0 commit comments

Comments
 (0)