Skip to content

Commit 0d2e015

Browse files
Bump rubocop from 1.72.2 to 1.73.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.72.2 to 1.73.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.72.2...v1.73.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a0ca96b commit 0d2e015

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ group :development, :test do
3333
gem 'factory_bot_rails', '~> 6.4'
3434
gem 'pry', '~> 0.15.2'
3535
gem 'rspec_api_documentation', github: 'SchoolKeep/rspec_api_documentation', ref: '13df1ac'
36-
gem 'rubocop', '~> 1.71', require: false
36+
gem 'rubocop', '~> 1.73', require: false
3737
gem 'rubocop-factory_bot', '~> 2.26', require: false
3838
gem 'rubocop-performance', '~> 1.23', require: false
3939
gem 'rubocop-rails', '~> 2.29', require: false

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ GEM
331331
rspec-mocks (~> 3.0)
332332
sidekiq (>= 5, < 8)
333333
rspec-support (3.13.2)
334-
rubocop (1.72.2)
334+
rubocop (1.73.2)
335335
json (~> 2.3)
336336
language_server-protocol (~> 3.17.0.2)
337337
lint_roller (~> 1.1.0)
@@ -342,7 +342,7 @@ GEM
342342
rubocop-ast (>= 1.38.0, < 2.0)
343343
ruby-progressbar (~> 1.7)
344344
unicode-display_width (>= 2.4.0, < 4.0)
345-
rubocop-ast (1.38.0)
345+
rubocop-ast (1.38.1)
346346
parser (>= 3.3.1.0)
347347
rubocop-factory_bot (2.26.1)
348348
rubocop (~> 1.61)
@@ -442,7 +442,7 @@ DEPENDENCIES
442442
rspec-rails (~> 7.1)
443443
rspec-sidekiq (~> 5.0)
444444
rspec_api_documentation!
445-
rubocop (~> 1.71)
445+
rubocop (~> 1.73)
446446
rubocop-factory_bot (~> 2.26)
447447
rubocop-performance (~> 1.23)
448448
rubocop-rails (~> 2.29)

0 commit comments

Comments
 (0)