Skip to content

Commit

Permalink
deps-dev: Bump rubocop from 1.71.2 to 1.72.1 (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 3b4d56c commit 75efe81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :development do
gem "debug", "~> 1.10"
gem "rake", "~> 13.2"
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.71"
gem "rubocop", "~> 1.72"
gem "rubocop-performance", "~> 1.23"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 3.4"
Expand Down
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,15 @@ GEM
reline (>= 0.4.2)
jaro_winkler (1.6.0)
jmespath (1.6.2)
json (2.9.1)
json (2.10.1)
jwt (2.9.3)
base64
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
logger (1.6.6)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
Expand All @@ -168,7 +169,7 @@ GEM
os (1.1.4)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.7.0)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
pastel (0.8.0)
Expand Down Expand Up @@ -210,9 +211,10 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.71.2)
rubocop (1.72.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -306,7 +308,7 @@ DEPENDENCIES
debug (~> 1.10)
rake (~> 13.2)
rspec (~> 3.13)
rubocop (~> 1.71)
rubocop (~> 1.72)
rubocop-performance (~> 1.23)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.4)
Expand Down

0 comments on commit 75efe81

Please sign in to comment.