From 9e112bbbfebd07358ac508b7d956155f51e2e2cf Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Fri, 21 Sep 2018 23:55:18 +0000 Subject: [PATCH] Update psych to version 3.0.2 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3fa5c9f..63c8956 100644 --- a/Gemfile +++ b/Gemfile @@ -12,5 +12,5 @@ platform :rbx do # at all (see e.g. https://github.com/seattlerb/minitest/issues/358). So, I'm # holding this one back until we find out what's going on. gem "rubysl-test-unit", "2.0.1" - gem "psych", "~> 2.0" + gem "psych", "~> 3.0" end