Skip to content

Commit

Permalink
dep: remove psych as an explicit dep
Browse files Browse the repository at this point in the history
it was only added because psych 5 wouldn't build on some CI platforms,
but that seems to be fixed now.
  • Loading branch information
flavorjones committed Oct 22, 2023
1 parent 2611034 commit 0a0e879
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ gem("minitest", "5.20.0")
gem("rake-compiler", "1.2.5")
gem("rake-compiler-dock", "1.3.0")
gem("rdoc", "6.5.0")
gem("psych", "5.1.0")

gem("ruby_memcheck", "2.2.0") if Gem::Platform.local.os == "linux"

0 comments on commit 0a0e879

Please sign in to comment.