Skip to content

Commit 6a3254c

Browse files
committed
dep(dev): pin psych to v4 until v5 builds in CI
see ruby/setup-ruby#409
1 parent 6d2c1fa commit 6a3254c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ group :development do
1616
# documentation
1717
gem "hoe-markdown", "= 1.4.0"
1818
gem "rdoc", "= 6.4.0"
19+
gem "psych", "~> 4.0" # psych 5 isn't building in places yet https://github.com/ruby/setup-ruby/issues/409
1920

2021
# parser generator
2122
gem "rexical", "= 1.0.7"

0 commit comments

Comments
 (0)