From 875073a89df106a9d8eb32465e2232feab420f18 Mon Sep 17 00:00:00 2001 From: Gaurav Sharma Date: Sat, 10 Mar 2018 01:44:36 +0530 Subject: update psych gem to 3.2 stable release --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 1ddda970dc..c699b8b942 100644 --- a/Gemfile +++ b/Gemfile @@ -150,7 +150,7 @@ end platforms :rbx do # The rubysl-yaml gem doesn't ship with Psych by default as it needs # libyaml that isn't always available. - gem "psych", "~> 2.0" + gem "psych", "~> 3.0" end # Gems that are necessary for Active Record tests with Oracle. -- cgit v1.2.3