From fec3144f1810660ec25710a38e7eb5ecf5844943 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 21 Jun 2026 23:52:28 -0700 Subject: [PATCH] Update dependencies --- Gemfile | 2 +- Gemfile.lock | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index c7b900e..0e828e9 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby file: ".ruby-version" gem "phlex", "~> 2.3" gem "kramdown", "~> 2.5" gem "kramdown-parser-gfm", "~> 1.1" -gem "rouge", "~> 4.6" +gem "rouge", "~> 5.0" gem "dry-struct", "~> 1.8" gem "builder", "~> 3.3" gem "bake", "~> 0.20" diff --git a/Gemfile.lock b/Gemfile.lock index 3874929..cb9f246 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,14 +2,14 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.3) - bake (0.24.1) + bake (0.25.0) bigdecimal samovar (~> 2.1) - bigdecimal (4.1.1) + bigdecimal (4.1.2) builder (3.3.0) coderay (1.1.3) - concurrent-ruby (1.3.6) - console (1.34.3) + concurrent-ruby (1.3.7) + console (1.36.0) fiber-annotation fiber-local (~> 1.1) json @@ -64,7 +64,7 @@ GEM thor (>= 0.18.1) ice_nine (0.11.2) io-console (0.8.2) - json (2.19.3) + json (2.19.9) kramdown (2.5.2) rexml (>= 3.4.4) kramdown-parser-gfm (1.1.0) @@ -77,16 +77,15 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) logger (1.7.0) lumberjack (1.4.2) - mapping (1.1.3) method_source (1.1.0) - minitest (6.0.3) + minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) nenv (0.3.0) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) - parallel (1.28.0) + parallel (2.1.0) parser (3.3.11.1) ast (~> 2.4.1) racc @@ -110,12 +109,13 @@ GEM reline (0.6.3) io-console (~> 0.5) rexml (3.4.4) - rouge (4.7.0) - rubocop (1.84.2) + rouge (5.0.0) + strscan (~> 3.1) + rubocop (1.87.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) - parallel (~> 1.10) + parallel (>= 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) @@ -130,14 +130,13 @@ GEM rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (1.13.0) - samovar (2.4.1) + samovar (2.5.1) console (~> 1.0) - mapping (~> 1.0) shellany (0.0.1) - standard (1.54.0) + standard (1.55.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.84.0) + rubocop (~> 1.87.0) standard-custom (~> 1.0.0) standard-performance (~> 1.8) standard-custom (1.0.2) @@ -146,11 +145,12 @@ GEM standard-performance (1.9.0) lint_roller (~> 1.1) rubocop-performance (~> 1.26.0) + strscan (3.1.8) thor (1.5.0) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.2.0) - zeitwerk (2.7.5) + zeitwerk (2.8.2) PLATFORMS aarch64-linux-gnu @@ -173,7 +173,7 @@ DEPENDENCIES kramdown-parser-gfm (~> 1.1) minitest (~> 6.0) phlex (~> 2.3) - rouge (~> 4.6) + rouge (~> 5.0) standard (~> 1.52) RUBY VERSION