Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/v3/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.1'
gem 'mini_racer'
gem 'nokogiri', '~> 1.18.10'
gem 'rake', '>= 12.3.3'
Expand Down
33 changes: 18 additions & 15 deletions docs/v3/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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.2)
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
Expand Down Expand Up @@ -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.6.1)
middleman-core (>= 3.2)
rouge (~> 3.2)
mini_portile2 (2.8.9)
mini_racer (0.19.0)
libv8-node (~> 24.1.0.0)
minitest (5.23.1)
minitest (5.25.5)
nokogiri (1.18.10)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand All @@ -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.18)
rack-livereload (0.3.17)
Expand Down Expand Up @@ -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
Expand All @@ -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.6.1)
mini_racer
nokogiri (~> 1.18.10)
rake (>= 12.3.3)
Expand Down
Loading