Skip to content

Commit

Permalink
Lock Liquid version to < 5.5
Browse files Browse the repository at this point in the history
(cherry picked from commit 02f70d6)
  • Loading branch information
jaredcwhite committed Mar 28, 2024
1 parent 69dba41 commit 103ebf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PATH
i18n (~> 1.0)
kramdown (~> 2.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 5.0)
liquid (>= 5.0, < 5.5)
listen (~> 3.0)
rack (>= 3.0)
rake (>= 13.0)
Expand Down
2 changes: 1 addition & 1 deletion bridgetown-core/bridgetown-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("i18n", "~> 1.0")
s.add_runtime_dependency("kramdown", "~> 2.1")
s.add_runtime_dependency("kramdown-parser-gfm", "~> 1.0")
s.add_runtime_dependency("liquid", "~> 5.0")
s.add_runtime_dependency("liquid", [">= 5.0", "< 5.5"])
s.add_runtime_dependency("listen", "~> 3.0")
s.add_runtime_dependency("rack", ">= 3.0")
s.add_runtime_dependency("rake", ">= 13.0")
Expand Down

0 comments on commit 103ebf6

Please sign in to comment.