Skip to content

Commit

Permalink
Merge pull request #267 from stefanvermaas/dependabot/bundler/rubocop…
Browse files Browse the repository at this point in the history
…-1.69.0

Bump rubocop from 1.68.0 to 1.69.0
  • Loading branch information
stefanvermaas authored Dec 3, 2024
2 parents c6cc4ca + e010bff commit fbea210
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ gem 'bridgetown-svg-inliner', '~> 2.0' # Liquid and ERB helper for Bridgetown to

group :development do
gem 'puma', '~> 6.5' # Puma is a Rack-compatible server used by Bridgetown
gem 'rubocop', '~> 1.68' # RuboCop is a Ruby code style checking and code formatting tool.
gem 'rubocop', '~> 1.69' # RuboCop is a Ruby code style checking and code formatting tool.
end
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
activesupport (>= 5.0.0, < 8.0)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
json (2.7.5)
json (2.8.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand All @@ -94,7 +94,7 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.5.1)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
public_suffix (5.0.5)
Expand All @@ -107,23 +107,23 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
rexml (3.3.6)
strscan
roda (3.79.0)
rack
rouge (4.2.1)
rubocop (1.68.0)
rubocop (1.69.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.33.1)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
serbea (1.0.1)
Expand All @@ -135,7 +135,9 @@ GEM
tilt (2.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (0.13.0)
zeitwerk (2.6.13)

Expand All @@ -148,7 +150,7 @@ DEPENDENCIES
bridgetown-seo-tag (~> 6.0)
bridgetown-svg-inliner (~> 2.0)
puma (~> 6.5)
rubocop (~> 1.68)
rubocop (~> 1.69)

RUBY VERSION
ruby 3.3.0p0
Expand Down

0 comments on commit fbea210

Please sign in to comment.