Skip to content

Commit

Permalink
Lock psych to v4.x
Browse files Browse the repository at this point in the history
Refer Ruby comment for details.
  • Loading branch information
ashmaroli authored Dec 7, 2022
1 parent d54e910 commit 07479df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,12 @@ gemspec

gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
gem "kramdown-parser-gfm" if ENV["JEKYLL_VERSION"] == "~> 3.9"

# Psych 5 has stopped bundling `libyaml` and expects it to be installed on the host system prior to
# being invoked.
# Since we don't have a direct dependency on the Psych gem (it gets included in the gem bundle as a
# dependency of the `rdoc` gem), lock psych gem to v4.x instead of installing `libyaml` in our
# development / CI environment.
gem "psych", "~> 4.0"

gem "test-unit"

0 comments on commit 07479df

Please sign in to comment.