Skip to content

Commit eae31d4

Browse files
committed
Update Gemfile to include all necessary gems for recent Ruby versions
1 parent 1c54642 commit eae31d4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Gemfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
source 'https://rubygems.org'
22
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'
6+
7+
# Require some gems that are not part of the core anymore in recent Ruby versions.
8+
gem 'csv'
9+
gem 'base64'
10+
gem 'bigdecimal'
11+
12+
gem 'webrick'

0 commit comments

Comments
 (0)