]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update Gemfile.lock so that it works with platform ruby too. (#23275) 23927/head 26219/head 27430/head
authorXhmikosR <xhmikosr@gmail.com>
Thu, 10 Aug 2017 16:36:13 +0000 (19:36 +0300)
committerGitHub <noreply@github.com>
Thu, 10 Aug 2017 16:36:13 +0000 (19:36 +0300)
Gemfile.lock

index 1b5dc3e9023d65bdafa157f6a8bc6469d7edfc1a..dbbace5b2318e87bf4ba8f840d360c325ea75634 100644 (file)
@@ -3,7 +3,8 @@ GEM
   specs:
     addressable (2.4.0)
     colorator (0.1)
-    ffi (1.9.14-x64-mingw32)
+    ffi (1.9.18)
+    ffi (1.9.18-x64-mingw32)
     jekyll (3.1.6)
       colorator (~> 0.1)
       jekyll-sass-converter (~> 1.0)
@@ -13,26 +14,31 @@ GEM
       mercenary (~> 0.3.3)
       rouge (~> 1.7)
       safe_yaml (~> 1.0)
-    jekyll-sass-converter (1.4.0)
+    jekyll-sass-converter (1.5.0)
       sass (~> 3.4)
     jekyll-sitemap (0.11.0)
       addressable (~> 2.4.0)
-    jekyll-watch (1.4.0)
+    jekyll-watch (1.5.0)
       listen (~> 3.0, < 3.1)
-    kramdown (1.11.1)
+    kramdown (1.14.0)
     liquid (3.0.6)
     listen (3.0.8)
       rb-fsevent (~> 0.9, >= 0.9.4)
       rb-inotify (~> 0.9, >= 0.9.7)
     mercenary (0.3.6)
-    rb-fsevent (0.9.7)
-    rb-inotify (0.9.7)
-      ffi (>= 0.5.0)
+    rb-fsevent (0.10.2)
+    rb-inotify (0.9.10)
+      ffi (>= 0.5.0, < 2)
     rouge (1.11.1)
     safe_yaml (1.0.4)
-    sass (3.4.22)
+    sass (3.5.1)
+      sass-listen (~> 4.0.0)
+    sass-listen (4.0.0)
+      rb-fsevent (~> 0.9, >= 0.9.4)
+      rb-inotify (~> 0.9, >= 0.9.7)
 
 PLATFORMS
+  ruby
   x64-mingw32
 
 DEPENDENCIES
@@ -40,4 +46,4 @@ DEPENDENCIES
   jekyll-sitemap (~> 0.11.0)
 
 BUNDLED WITH
-   1.12.5
+   1.15.3