Skip to content
Open
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
77 changes: 46 additions & 31 deletions asf-site-src/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,36 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.8.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
activesupport (7.2.3.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
logger (>= 1.4.2)
minitest (>= 5.1, < 6)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
backports (3.25.0)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (4.0.1)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
contracts (0.16.1)
dotenv (3.1.7)
drb (2.2.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
erubis (2.7.0)
erubi (1.13.1)
eventmachine (1.2.7)
execjs (2.10.0)
fast_blank (1.0.1)
Expand All @@ -40,7 +51,7 @@ GEM
concurrent-ruby (~> 1.0)
hashie (3.6.0)
http_parser.rb (0.8.0)
i18n (1.6.0)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
kramdown (2.5.1)
rexml (>= 3.3.9)
Expand All @@ -53,47 +64,48 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
memoist (0.16.2)
middleman (4.5.1)
coffee-script (~> 2.2)
haml (>= 4.0.5)
kramdown (>= 2.3.0)
middleman-cli (= 4.5.1)
middleman-core (= 4.5.1)
middleman-cli (4.5.1)
thor (>= 0.17.0, < 1.3.0)
middleman-core (4.5.1)
activesupport (>= 6.1, < 7.1)
middleman (4.6.3)
middleman-cli (= 4.6.3)
middleman-core (= 4.6.3)
middleman-cli (4.6.3)
thor (>= 0.17.0, < 2)
middleman-core (4.6.3)
activesupport (>= 6.1)
addressable (~> 2.4)
backports (~> 3.6)
bundler (~> 2.0)
contracts (~> 0.13, < 0.17)
bundler (> 2.0)
coffee-script (~> 2.2)
contracts
dotenv
erubis
erubi
execjs (~> 2.0)
fast_blank
fastimage (~> 2.0)
haml (>= 4.0.5, < 7)
hamster (~> 3.0)
hashie (~> 3.4)
i18n (~> 1.6.0)
hashie (>= 3.4, < 6.0)
i18n (>= 1.6, < 1.15)
kramdown (~> 2.4)
listen (~> 3.0)
memoist (~> 0.14)
padrino-helpers (~> 0.15.0)
padrino-helpers (>= 0.15, < 0.17)
parallel
rack (>= 1.4.5, < 3)
rack (>= 3)
rackup
sassc (~> 2.0)
servolux
tilt (~> 2.0.9)
tilt (~> 2.2)
toml
uglifier (~> 3.0)
uglifier (>= 3, < 5)
webrick
middleman-livereload (3.4.7)
em-websocket (~> 0.5.1)
middleman-core (>= 3.3)
rack-livereload (~> 0.3.15)
mini_racer (0.12.0)
libv8-node (~> 21.7.2.0)
minitest (5.25.4)
minitest (5.27.0)
padrino-helpers (0.15.3)
i18n (>= 0.6.7, < 2)
padrino-support (= 0.15.3)
Expand All @@ -102,20 +114,23 @@ GEM
parallel (1.26.3)
parslet (2.0.0)
public_suffix (6.0.1)
rack (2.2.22)
rack (3.2.5)
rack-livereload (0.3.17)
rack
rackup (2.3.1)
rack (>= 3)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.4.2)
rouge (3.30.0)
sassc (2.4.0)
ffi (~> 1.9)
securerandom (0.4.1)
servolux (0.13.0)
temple (0.10.3)
thor (1.2.2)
tilt (2.0.11)
tilt (2.7.0)
toml (0.3.0)
parslet (>= 1.8.0, < 3.0.0)
tzinfo (2.0.6)
Expand Down
Loading