Skip to content
Merged
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
53 changes: 28 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ GEM
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)
afm (1.0.0)
async (2.34.0)
console (~> 1.29)
Expand All @@ -34,32 +34,33 @@ GEM
autoprefixer-rails (10.4.21.0)
execjs (~> 2)
aws-eventstream (1.4.0)
aws-partitions (1.1179.0)
aws-sdk-core (3.236.0)
aws-partitions (1.1189.0)
aws-sdk-core (3.239.2)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
base64
bigdecimal
jmespath (~> 1, >= 1.6.1)
logger
aws-sdk-kms (1.116.0)
aws-sdk-core (~> 3, >= 3.234.0)
aws-sdk-kms (1.118.0)
aws-sdk-core (~> 3, >= 3.239.1)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.202.0)
aws-sdk-s3 (1.205.0)
aws-sdk-core (~> 3, >= 3.234.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.12.1)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (3.3.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.4)
connection_pool (2.5.5)
console (1.34.2)
fiber-annotation
fiber-local (~> 1.1)
Expand All @@ -71,8 +72,9 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
erubi (1.13.1)
ethon (0.17.0)
ethon (0.18.0)
ffi (>= 1.15.0)
logger
eventmachine (1.2.7)
execjs (2.10.0)
fast_blank (1.0.1)
Expand All @@ -84,26 +86,27 @@ GEM
fiber-local (1.1.0)
fiber-storage
fiber-storage (1.0.1)
google-protobuf (4.33.0)
google-protobuf (4.33.1)
bigdecimal
rake (>= 13)
google-protobuf (4.33.0-arm64-darwin)
google-protobuf (4.33.1-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.33.0-x86_64-linux-gnu)
google-protobuf (4.33.1-x86_64-linux-gnu)
bigdecimal
rake (>= 13)
haml (7.0.1)
haml (7.0.2)
temple (>= 0.8.2)
thor
tilt
hamster (3.0.0)
concurrent-ruby (~> 1.0)
hashery (2.1.2)
hashie (5.0.0)
html-proofer (5.0.10)
html-proofer (5.1.1)
addressable (~> 2.3)
async (~> 2.1)
benchmark (~> 0.5)
nokogiri (~> 1.13)
pdf-reader (~> 2.11)
rainbow (~> 3.0)
Expand All @@ -113,9 +116,9 @@ GEM
http_parser.rb (0.8.0)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-event (1.14.0)
io-event (1.14.2)
jmespath (1.6.2)
json (2.15.2)
json (2.16.0)
kramdown (2.5.1)
rexml (>= 3.3.9)
listen (3.9.0)
Expand Down Expand Up @@ -177,7 +180,7 @@ GEM
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2025.0924)
mini_portile2 (2.8.9)
minitest (5.26.0)
minitest (5.26.2)
nokogiri (1.18.10)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand All @@ -198,9 +201,9 @@ GEM
hashery (~> 2.0)
ruby-rc4
ttfunk
public_suffix (6.0.2)
public_suffix (7.0.0)
racc (1.8.1)
rack (3.1.18)
rack (3.1.19)
rack-livereload (0.6.1)
rack (>= 3.0, < 3.2)
rackup (2.2.1)
Expand All @@ -214,14 +217,14 @@ GEM
rexml (3.4.4)
rouge (3.30.0)
ruby-rc4 (0.1.5)
sass-embedded (1.93.2)
sass-embedded (1.94.2)
google-protobuf (~> 4.31)
rake (>= 13)
sass-embedded (1.93.2-arm64-darwin)
sass-embedded (1.94.2-arm64-darwin)
google-protobuf (~> 4.31)
sass-embedded (1.93.2-x86_64-linux-gnu)
sass-embedded (1.94.2-x86_64-linux-gnu)
google-protobuf (~> 4.31)
sassc-embedded (1.80.5)
sassc-embedded (1.80.6)
sass-embedded (~> 1.80)
securerandom (0.4.1)
servolux (0.13.0)
Expand All @@ -243,8 +246,8 @@ GEM
concurrent-ruby (~> 1.0)
uglifier (4.2.1)
execjs (>= 0.3.0, < 3)
uri (1.1.0)
webrick (1.9.1)
uri (1.1.1)
webrick (1.9.2)
yell (2.2.2)
zeitwerk (2.7.3)

Expand Down