We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
psych
1 parent d54e910 commit 07479dfCopy full SHA for 07479df
Gemfile
@@ -5,4 +5,12 @@ gemspec
5
6
gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
7
gem "kramdown-parser-gfm" if ENV["JEKYLL_VERSION"] == "~> 3.9"
8
+
9
+# Psych 5 has stopped bundling `libyaml` and expects it to be installed on the host system prior to
10
+# being invoked.
11
+# Since we don't have a direct dependency on the Psych gem (it gets included in the gem bundle as a
12
+# dependency of the `rdoc` gem), lock psych gem to v4.x instead of installing `libyaml` in our
13
+# development / CI environment.
14
+gem "psych", "~> 4.0"
15
16
gem "test-unit"
0 commit comments