From 20a59c74ee17270a8163f040a83b241681c0c81f Mon Sep 17 00:00:00 2001 From: Brian Kung Date: Thu, 12 Feb 2015 17:37:14 -0600 Subject: [PATCH] Bumps safe_yaml to 1.0.4 (was 1.0.3) to fix bug safe_yaml 1.0.3 has some issues with Ruby 2.2.0: https://github.com/dtao/safe_yaml/issues/67 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a520567c..e423b547 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,7 +61,7 @@ GEM rb-inotify (0.9.5) ffi (>= 0.5.0) redcarpet (3.1.2) - safe_yaml (1.0.3) + safe_yaml (1.0.4) sanitize (2.0.6) nokogiri (>= 1.4.4) sass (3.3.14)