Skip to content

Commit

Permalink
deps-dev: bump rubocop from 1.67.0 to 1.68.0 (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent b411da1 commit 57d9e52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.9"
gem "rake", "~> 13.2"
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.67"
gem "rubocop", "~> 1.68"
gem "rubocop-performance", "~> 1.22"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 3.2"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ GEM
reline (>= 0.4.2)
jaro_winkler (1.6.0)
jmespath (1.6.2)
json (2.7.4)
json (2.7.5)
jwt (2.8.1)
base64
kramdown (2.4.0)
Expand Down Expand Up @@ -202,7 +202,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.67.0)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -212,7 +212,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
rubocop-ast (1.33.0)
parser (>= 3.3.1.0)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
Expand Down Expand Up @@ -293,7 +293,7 @@ DEPENDENCIES
debug (~> 1.9)
rake (~> 13.2)
rspec (~> 3.13)
rubocop (~> 1.67)
rubocop (~> 1.68)
rubocop-performance (~> 1.22)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.2)
Expand Down

0 comments on commit 57d9e52

Please sign in to comment.