Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 3630595

Browse files
dependabot[bot]jveillet
authored andcommitted
chore(deps-dev): Bump rubocop from 1.79.2 to 1.80.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.79.2 to 1.80.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.79.2...v1.80.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.80.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0cb1df1 commit 3630595

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
@@ -38,7 +38,7 @@ group :development, :test do
3838
gem 'byebug', platforms: %i[mri mingw x64_mingw]
3939
# Pry is a runtime developer console and IRB alternative with powerful introspection capabilities.
4040
gem 'pry', '~> 0.15.2'
41-
gem 'rubocop', '~> 1.79.2'
41+
gem 'rubocop', '~> 1.80.0'
4242
gem 'rubocop-minitest', require: false
4343
gem 'rubocop-performance', '~> 1.25', require: false
4444
gem 'rubocop-rake', require: false

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ GEM
8989
rack (>= 1.3)
9090
rainbow (3.1.1)
9191
rake (13.3.0)
92-
regexp_parser (2.11.0)
93-
rubocop (1.79.2)
92+
regexp_parser (2.11.2)
93+
rubocop (1.80.0)
9494
json (~> 2.3)
9595
language_server-protocol (~> 3.17.0.2)
9696
lint_roller (~> 1.1.0)
@@ -120,7 +120,7 @@ GEM
120120
securerandom (0.4.1)
121121
tzinfo (2.0.6)
122122
concurrent-ruby (~> 1.0)
123-
unicode-display_width (3.1.4)
123+
unicode-display_width (3.1.5)
124124
unicode-emoji (~> 4.0, >= 4.0.4)
125125
unicode-emoji (4.0.4)
126126
uri (1.0.3)
@@ -143,7 +143,7 @@ DEPENDENCIES
143143
rack-cors
144144
rack-test (~> 2.2)
145145
rake (~> 13.3)
146-
rubocop (~> 1.79.2)
146+
rubocop (~> 1.80.0)
147147
rubocop-minitest
148148
rubocop-performance (~> 1.25)
149149
rubocop-rake

0 commit comments

Comments
 (0)