diff --git a/Gemfile b/Gemfile index d38f288..d69cf4c 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ ruby '>=3.2' source 'https://rubygems.org' gem 'middleman', '4.5.1' -gem 'middleman-syntax', '~> 3.4.0' +gem 'middleman-syntax', '~> 3.5.0' gem 'middleman-autoprefixer', '~> 3.0.0' gem 'middleman-sprockets', '~> 4.1.1' gem 'rouge', '~> 3.30.0' diff --git a/Gemfile.lock b/Gemfile.lock index 20adb52..30ec48a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,29 +1,29 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) autoprefixer-rails (10.4.13.0) execjs (~> 2) - backports (3.24.1) + backports (3.25.1) base64 (0.2.0) coffee-script (2.4.1) coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.5) contracts (0.16.1) - dotenv (2.8.1) + dotenv (3.1.8) erubis (2.7.0) - execjs (2.9.1) + execjs (2.10.0) fast_blank (1.0.1) - fastimage (2.3.0) - ffi (1.16.3) + fastimage (2.4.0) + ffi (1.17.2-x86_64-linux-gnu) haml (5.2.2) temple (>= 0.8.0) tilt @@ -34,7 +34,7 @@ GEM concurrent-ruby (~> 1.0) kramdown (2.4.0) rexml - listen (3.8.0) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) memoist (0.16.2) @@ -77,10 +77,10 @@ GEM middleman-sprockets (4.1.1) middleman-core (~> 4.0) sprockets (>= 3.0) - middleman-syntax (3.4.0) + middleman-syntax (3.5.0) middleman-core (>= 3.2) rouge (~> 3.2) - minitest (5.21.2) + minitest (5.25.5) nokogiri (1.18.8-x86_64-linux-gnu) racc (~> 1.4) padrino-helpers (0.15.3) @@ -88,13 +88,13 @@ GEM padrino-support (= 0.15.3) tilt (>= 1.4.1, < 3) padrino-support (0.15.3) - parallel (1.24.0) + parallel (1.27.0) parslet (2.0.0) - public_suffix (5.0.4) + public_suffix (6.0.1) racc (1.8.1) rack (2.2.13) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) redcarpet (3.6.1) rexml (3.3.9) @@ -120,7 +120,7 @@ GEM concurrent-ruby (~> 1.0) uglifier (3.2.0) execjs (>= 0.3.0, < 3) - webrick (1.8.2) + webrick (1.9.1) PLATFORMS x86_64-linux @@ -130,7 +130,7 @@ DEPENDENCIES middleman (= 4.5.1) middleman-autoprefixer (~> 3.0.0) middleman-sprockets (~> 4.1.1) - middleman-syntax (~> 3.4.0) + middleman-syntax (~> 3.5.0) nokogiri (~> 1.18.8) redcarpet (~> 3.6.1) rouge (~> 3.30.0)