Skip to content

Commit

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

Bump rubocop from 1.67.0 to 1.68.0
  • Loading branch information
stefanvermaas authored Nov 4, 2024
2 parents 01e8a56 + 0c37290 commit 2172eed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.4' # Puma is a Rack-compatible server used by Bridgetown
gem 'rubocop', '~> 1.67' # RuboCop is a Ruby code style checking and code formatting tool.
gem 'rubocop', '~> 1.68' # RuboCop is a Ruby code style checking and code formatting tool.
end
10 changes: 5 additions & 5 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.2)
json (2.7.5)
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.0)
parser (3.3.5.1)
ast (~> 2.4.1)
racc
public_suffix (5.0.5)
Expand All @@ -113,7 +113,7 @@ GEM
roda (3.79.0)
rack
rouge (4.2.1)
rubocop (1.67.0)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -123,7 +123,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.1)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
serbea (1.0.1)
Expand All @@ -148,7 +148,7 @@ DEPENDENCIES
bridgetown-seo-tag (~> 6.0)
bridgetown-svg-inliner (~> 2.0)
puma (~> 6.4)
rubocop (~> 1.67)
rubocop (~> 1.68)

RUBY VERSION
ruby 3.3.0p0
Expand Down

0 comments on commit 2172eed

Please sign in to comment.