diff --git a/Gemfile b/Gemfile index 1815c09..ae90dc4 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index aa83f01..7aed99a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) @@ -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