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
80 changes: 42 additions & 38 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,83 +1,85 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (8.0.2)
activesupport (8.1.2)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
json
logger (>= 1.4.2)
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
addressable (2.8.8)
public_suffix (>= 2.0.2, < 8.0)
autoprefixer-rails (9.5.1.1)
execjs
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.2)
bigdecimal (4.0.1)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
contracts (0.17.2)
dotenv (3.1.8)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
contracts (0.17.3)
dotenv (3.2.0)
drb (2.2.3)
erubi (1.13.1)
execjs (2.10.0)
fast_blank (1.0.1)
fastimage (2.4.0)
ffi (1.17.2)
haml (6.3.0)
ffi (1.17.3)
haml (6.4.0)
temple (>= 0.8.2)
thor
tilt
hamster (3.0.0)
concurrent-ruby (~> 1.0)
hashie (5.0.0)
i18n (1.14.7)
hashie (5.1.0)
logger
i18n (1.14.8)
concurrent-ruby (~> 1.0)
kramdown (2.5.1)
rexml (>= 3.3.9)
listen (3.9.0)
json (2.18.1)
kramdown (2.5.2)
rexml (>= 3.4.4)
listen (3.10.0)
logger
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
memoist (0.16.2)
middleman (4.6.2)
middleman-cli (= 4.6.2)
middleman-core (= 4.6.2)
middleman (4.6.3)
middleman-cli (= 4.6.3)
middleman-core (= 4.6.3)
middleman-autoprefixer (2.10.1)
autoprefixer-rails (~> 9.1)
middleman-core (>= 3.3.3)
middleman-cli (4.6.2)
middleman-cli (4.6.3)
thor (>= 0.17.0, < 2)
middleman-core (4.6.2)
middleman-core (4.6.3)
activesupport (>= 6.1)
addressable (~> 2.4)
bundler (~> 2.0)
bundler (> 2.0)
coffee-script (~> 2.2)
contracts
dotenv
erubi
execjs (~> 2.0)
fast_blank
fastimage (~> 2.0)
haml (>= 4.0.5)
haml (>= 4.0.5, < 7)
hamster (~> 3.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 (>= 3)
rackup
Expand All @@ -94,27 +96,29 @@ GEM
middleman-core (>= 3.2)
rouge (~> 3.2)
mini_portile2 (2.8.9)
minitest (5.25.5)
minitest (6.0.1)
prism (~> 1.5)
nokogiri (1.19.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
padrino-helpers (0.15.3)
padrino-helpers (0.16.0)
i18n (>= 0.6.7, < 2)
padrino-support (= 0.15.3)
tilt (>= 1.4.1, < 3)
padrino-support (0.15.3)
padrino-support (= 0.16.0)
tilt (>= 2.1, < 3)
padrino-support (0.16.0)
parallel (1.27.0)
parslet (2.0.0)
public_suffix (6.0.2)
prism (1.9.0)
public_suffix (7.0.2)
racc (1.8.1)
rack (3.2.0)
rackup (2.2.1)
rack (3.2.5)
rackup (2.3.1)
rack (>= 3)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
redcarpet (3.4.0)
rexml (3.4.1)
rexml (3.4.4)
rouge (3.30.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
Expand All @@ -130,16 +134,16 @@ GEM
logger
rack (>= 2.2.4, < 4)
temple (0.10.4)
thor (1.4.0)
tilt (2.6.1)
thor (1.5.0)
tilt (2.7.0)
toml (0.3.0)
parslet (>= 1.8.0, < 3.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.1)
execjs (>= 0.3.0, < 3)
uri (1.0.3)
webrick (1.9.1)
uri (1.1.1)
webrick (1.9.2)

PLATFORMS
ruby
Expand Down