Skip to content

Commit f8ae54e

Browse files
committed
Avoid explicitly requiring dependency
With github-pages v232 we also get liquid v4.0.4 (to avoid <jekyll/jekyll#9233>). Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
1 parent 3cd8007 commit f8ae54e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Gemfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
source 'https://rubygems.org'
2-
gem 'github-pages'
3-
4-
# Explicitly require v4.0.4 to fix "Liquid Exception: undefined method 'tainted?' for an instance of String". See <https://github.com/jekyll/jekyll/issues/9233>.
5-
gem 'liquid', '>=4.0.4'
2+
# Explicitly require >=232 to make sure liquid >=4.0.4 is used, which has a fix for "Liquid Exception: undefined method 'tainted?' for an instance of String". See <https://github.com/jekyll/jekyll/issues/9233>.
3+
gem 'github-pages', '>=232'
64

75
# Require some gems that are not part of the core anymore in recent Ruby versions.
86
gem 'csv'

0 commit comments

Comments
 (0)