Skip to content

Commit 4787861

Browse files
build(deps-dev): bump rubocop from 1.88.1 to 1.88.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.88.1 to 1.88.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.88.1...v1.88.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.88.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f66d558 commit 4787861

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ group :test do
6767
gem 'rspec-its'
6868
gem 'rspec-rails', '~> 8.0.4'
6969
gem 'rspec-wait'
70-
gem 'rubocop', '~> 1.88.1'
70+
gem 'rubocop', '~> 1.88.2'
7171
gem 'rubocop-capybara'
7272
gem 'rubocop-factory_bot'
7373
gem 'rubocop-rails', '~> 2.34'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ GEM
153153
rexml (>= 3.4.4)
154154
kramdown-parser-gfm (1.1.0)
155155
kramdown (~> 2.0)
156-
language_server-protocol (3.17.0.5)
156+
language_server-protocol (3.17.0.6)
157157
lint_roller (1.1.0)
158158
listen (3.10.0)
159159
logger
@@ -321,7 +321,7 @@ GEM
321321
activesupport (>= 3.0.0)
322322
mustache (~> 1.0, >= 0.99.4)
323323
rspec (~> 3.0)
324-
rubocop (1.88.1)
324+
rubocop (1.88.2)
325325
json (~> 2.3)
326326
language_server-protocol (~> 3.17.0.2)
327327
lint_roller (~> 1.1.0)
@@ -332,7 +332,7 @@ GEM
332332
rubocop-ast (>= 1.49.0, < 2.0)
333333
ruby-progressbar (~> 1.7)
334334
unicode-display_width (>= 2.4.0, < 4.0)
335-
rubocop-ast (1.49.1)
335+
rubocop-ast (1.50.0)
336336
parser (>= 3.3.7.2)
337337
prism (~> 1.7)
338338
rubocop-capybara (3.0.0)
@@ -515,7 +515,7 @@ DEPENDENCIES
515515
rspec-rails (~> 8.0.4)
516516
rspec-wait
517517
rspec_api_documentation (>= 6.1.0)
518-
rubocop (~> 1.88.1)
518+
rubocop (~> 1.88.2)
519519
rubocop-capybara
520520
rubocop-factory_bot
521521
rubocop-rails (~> 2.34)

0 commit comments

Comments
 (0)