diff --git a/docs/v3/Gemfile b/docs/v3/Gemfile index 868beaed9cd..8f5a3d29916 100644 --- a/docs/v3/Gemfile +++ b/docs/v3/Gemfile @@ -6,7 +6,7 @@ gem 'middleman-autoprefixer', '~> 3.0', '>= 3.0.0' gem 'middleman-gh-pages', '>= 0.0.3' gem 'middleman-livereload', '>= 3.4.7' gem 'middleman-sprockets', '~> 4.1', '>= 4.1.1' -gem 'middleman-syntax', '3.4.0' +gem 'middleman-syntax', '3.5.0' gem 'mini_racer' gem 'nokogiri', '~> 1.18.8' gem 'rake', '>= 12.3.3' diff --git a/docs/v3/Gemfile.lock b/docs/v3/Gemfile.lock index f86098e4499..5a7ec8a9e4a 100644 --- a/docs/v3/Gemfile.lock +++ b/docs/v3/Gemfile.lock @@ -1,32 +1,35 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.3) + 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.7.0) execjs (~> 2) - backports (3.25.0) + backports (3.25.1) coffee-script (2.4.1) coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.3.1) + concurrent-ruby (1.3.5) contracts (0.16.1) - dotenv (3.1.2) + dotenv (3.1.8) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) erubis (2.7.0) eventmachine (1.2.7) - execjs (2.9.1) + execjs (2.10.0) fast_blank (1.0.1) - fastimage (2.3.1) - ffi (1.16.3) + fastimage (2.4.0) + ffi (1.17.2) + ffi (1.17.2-arm64-darwin) + ffi (1.17.2-x86_64-darwin) + ffi (1.17.2-x86_64-linux-gnu) haml (6.3.0) temple (>= 0.8.2) thor @@ -93,13 +96,13 @@ 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) mini_portile2 (2.8.8) mini_racer (0.18.1) libv8-node (~> 23.6.1.0) - minitest (5.23.1) + minitest (5.25.5) nokogiri (1.18.8) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -114,9 +117,9 @@ 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.5) + public_suffix (6.0.2) racc (1.8.1) rack (2.2.13) rack-livereload (0.3.17) @@ -148,7 +151,7 @@ GEM concurrent-ruby (~> 1.0) uglifier (3.2.0) execjs (>= 0.3.0, < 3) - webrick (1.8.2) + webrick (1.9.1) PLATFORMS arm64-darwin @@ -163,7 +166,7 @@ DEPENDENCIES middleman-gh-pages (>= 0.0.3) middleman-livereload (>= 3.4.7) middleman-sprockets (~> 4.1, >= 4.1.1) - middleman-syntax (= 3.4.0) + middleman-syntax (= 3.5.0) mini_racer nokogiri (~> 1.18.8) rake (>= 12.3.3)