diff --git a/Gemfile b/Gemfile index 392629a..f988b67 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.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 diff --git a/Gemfile.lock b/Gemfile.lock index cf270d4..9d616b7 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.5) + json (2.8.2) 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.1) + parser (3.3.6.0) ast (~> 2.4.1) racc public_suffix (5.0.5) @@ -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) @@ -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) @@ -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