From 90926704559f435ff97e77842592cd4a797eb770 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Wed, 19 Dec 2018 03:10:20 +0000 Subject: [PATCH] Update psych to version 3.1.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3fa5c9f..59f92cd 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.1" end