diff --git a/Gemfile.lock b/Gemfile.lock index 18e1f59a..751ed894 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,7 @@ PATH duktape (~> 2.0.1.1) httparty (~> 0.16.0) kramdown (~> 2.3.0) - liquid (~> 4.0.3) + liquid (~> 4.0.4) locomotivecms_common (~> 0.4.0) mime-types (~> 3.3.0) mimetype-fu (~> 0.1.2) @@ -72,6 +72,7 @@ GEM thor (>= 0.19.4, < 2.0) tins (~> 1.6) crass (1.0.6) + date (3.3.3) diff-lcs (1.5.0) docile (1.4.0) dragonfly (1.4.0) @@ -100,30 +101,42 @@ GEM rspec (>= 2.0, < 4.0) kramdown (2.3.2) rexml - liquid (4.0.3) + liquid (4.0.4) locomotivecms_common (0.4.0) activesupport (>= 5.1.5, < 6.0) attr_extras (~> 5.2.0) colorize stringex (~> 2.8.2) - mail (2.7.1) + mail (2.8.0.1) mini_mime (>= 0.1.1) + net-imap + net-pop + net-smtp memory_profiler (1.0.0) mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) mimetype-fu (0.1.2) mini_mime (1.1.2) - mini_portile2 (2.8.0) - minitest (5.16.3) + mini_portile2 (2.8.1) + minitest (5.17.0) moneta (1.0.0) mongo (2.13.3) bson (>= 4.8.2, < 5.0.0) morphine (0.1.1) multi_json (1.15.0) multi_xml (0.6.0) + net-imap (0.3.4) + date + net-protocol + net-pop (0.1.2) + net-protocol + net-protocol (0.2.1) + timeout + net-smtp (0.3.3) + net-protocol nio4r (2.5.8) - nokogiri (1.13.8) + nokogiri (1.13.10) mini_portile2 (~> 2.8.0) racc (~> 1.4) nokogumbo (2.0.5) @@ -131,10 +144,10 @@ GEM origin (2.3.1) pony (1.13.1) mail (>= 2.0) - public_suffix (5.0.0) + public_suffix (5.0.1) puma (5.6.5) nio4r (~> 2.0) - racc (1.6.0) + racc (1.6.2) rack (2.2.3.1) rack-cache (1.7.2) rack (>= 0.4) @@ -186,9 +199,10 @@ GEM thread_safe (0.3.6) tilt (2.0.11) timecop (0.9.5) + timeout (0.3.1) tins (1.31.1) sync - tzinfo (1.2.10) + tzinfo (1.2.11) thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3) diff --git a/locomotivecms_steam.gemspec b/locomotivecms_steam.gemspec index 1419fa96..6fe8e294 100644 --- a/locomotivecms_steam.gemspec +++ b/locomotivecms_steam.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'chronic', '~> 0.10.2' spec.add_dependency 'bcrypt', '~> 3.1.11' spec.add_dependency 'multi_json', '~> 1.15.0' - spec.add_dependency 'liquid', '~> 4.0.3' + spec.add_dependency 'liquid', '~> 4.0.4' spec.add_dependency 'rack-rewrite', '~> 1.5.1' spec.add_dependency 'rack-cache', '~> 1.7.0'