]> git.ipfire.org Git - thirdparty/Font-Awesome.git/commitdiff
Updating safe_yaml to working version
authorsupercodepoet <travis@travischase.me>
Tue, 24 Mar 2015 12:45:56 +0000 (07:45 -0500)
committersupercodepoet <travis@travischase.me>
Tue, 24 Mar 2015 12:45:56 +0000 (07:45 -0500)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index fea18ef8bd9b0789b43fce97f1a1ebb73c3c929a..b87c4d8247a79596f116fb97d5abf9a3d4249557 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,5 @@
 source 'https://rubygems.org'
 
 gem 'jekyll', '~> 1.0'
+gem 'safe_yaml', '~> 1.0.4'
 gem 'sass', '~> 3.0'
index 0c48d0ae5ec226fb893215b119caa7e402a7706f..82bb3d496587a736f71028a581b8f7c757858cff 100644 (file)
@@ -8,7 +8,7 @@ GEM
     commander (4.1.6)
       highline (~> 1.6.11)
     fast-stemmer (1.0.2)
-    ffi (1.9.3)
+    ffi (1.9.8)
     highline (1.6.21)
     jekyll (1.5.1)
       classifier (~> 1.3)
@@ -29,7 +29,7 @@ GEM
     maruku (0.7.0)
     parslet (1.5.0)
       blankslate (~> 2.0)
-    posix-spawn (0.3.8)
+    posix-spawn (0.3.10)
     pygments.rb (0.5.4)
       posix-spawn (~> 0.3.6)
       yajl-ruby (~> 1.1.0)
@@ -39,9 +39,9 @@ GEM
     rb-kqueue (0.2.3)
       ffi (>= 0.5.0)
     redcarpet (2.3.0)
-    safe_yaml (1.0.3)
-    sass (3.4.9)
-    toml (0.1.1)
+    safe_yaml (1.0.4)
+    sass (3.4.13)
+    toml (0.1.2)
       parslet (~> 1.5.0)
     yajl-ruby (1.1.0)
 
@@ -50,4 +50,5 @@ PLATFORMS
 
 DEPENDENCIES
   jekyll (~> 1.0)
+  safe_yaml (~> 1.0.4)
   sass (~> 3.0)