Skip to content

Commit 93811fd

Browse files
committed
added back psych to fix build
Signed-off-by: nikhil2611 <nikhilgupta2102@gmail.com>
1 parent b541804 commit 93811fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ gemspec
44

55
gem "logger", "< 1.6" # 1.6 causes errors with mixlib-log < 3.1.1
66

7+
# Avoid psych build issues on Windows Ruby 3.3 by using the default gem
8+
gem "psych", "< 5.2", platforms: [:mingw, :x64_mingw, :mswin]
9+
710
group :test do
811
gem "rake"
912
gem "rspec", "~> 3.8"

0 commit comments

Comments
 (0)