Skip to content

Commit

Permalink
upgrade liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Jan 29, 2023
1 parent cfffb5f commit 7306131
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
32 changes: 23 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -100,41 +101,53 @@ 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)
nokogiri (~> 1.8, >= 1.8.4)
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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion locomotivecms_steam.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7306131

Please sign in to comment.