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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem "html-proofer"
gem 'nokogiri'
gem 'ruby-brs'
gem "webrick", "~> 1.9"
gem 'sutty-liquid', '~> 0.12.2'
gem 'sutty-liquid', '~> 0.13.0'

group :jekyll_plugins do
gem "jekyll-feed",
Expand Down
42 changes: 21 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ GEM
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
adsp (1.0.10)
base64 (0.2.0)
bigdecimal (3.1.9)
base64 (0.3.0)
bigdecimal (3.3.1)
climate_control (1.2.0)
colorator (1.1.0)
concurrent-ruby (1.3.5)
crass (1.0.6)
csv (3.3.0)
csv (3.3.5)
distributed-press-api-client (0.5.1)
addressable (~> 2.3, >= 2.3.0)
climate_control
Expand Down Expand Up @@ -62,13 +62,13 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
fast_blank (1.0.1)
ffi (1.17.1-x86_64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
ffi (1.17.2-x86_64-darwin)
ffi (1.17.2-x86_64-linux-gnu)
forwardable-extended (2.6.0)
google-protobuf (4.29.3-x86_64-darwin)
google-protobuf (4.33.0-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.29.3-x86_64-linux)
google-protobuf (4.33.0-x86_64-linux-gnu)
bigdecimal
rake (>= 13)
html-proofer (3.19.4)
Expand Down Expand Up @@ -111,11 +111,11 @@ GEM
distributed-press-api-client (~> 0.5.0)
jekyll (~> 4)
marcel (~> 1)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-sass-converter (3.1.0)
sass-embedded (~> 1.75)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.7.2)
json (2.16.0)
jwt (2.6.0)
kramdown (2.5.1)
rexml (>= 3.3.9)
Expand All @@ -125,7 +125,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.24.0)
loofah (2.24.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
marcel (1.0.4)
Expand All @@ -140,26 +140,26 @@ GEM
parallel (1.22.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (6.0.1)
public_suffix (6.0.2)
racc (1.8.1)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
rainbow (3.1.1)
rake (13.2.1)
rake (13.3.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.4.0)
rouge (4.5.1)
rexml (3.4.4)
rouge (4.6.1)
ruby-brs (1.3.3)
adsp (~> 1.0)
safe_yaml (1.0.5)
sass-embedded (1.83.4-x86_64-darwin)
google-protobuf (~> 4.29)
sass-embedded (1.83.4-x86_64-linux-gnu)
google-protobuf (~> 4.29)
sutty-liquid (0.12.3)
sass-embedded (1.93.3-x86_64-darwin)
google-protobuf (~> 4.31)
sass-embedded (1.93.3-x86_64-linux-gnu)
google-protobuf (~> 4.31)
sutty-liquid (0.13.0)
fast_blank (~> 1.0)
jekyll (~> 4)
rails-html-sanitizer (~> 1.6.0)
Expand All @@ -183,7 +183,7 @@ DEPENDENCIES
jekyll-feed!
nokogiri
ruby-brs
sutty-liquid (~> 0.12.2)
sutty-liquid (~> 0.13.0)
webrick (~> 1.9)

BUNDLED WITH
Expand Down
Loading