Parcourir la source

Add Gemfile.lock

JC Brand il y a 10 ans
Parent
commit
b366bf309b
2 fichiers modifiés avec 15 ajouts et 1 suppressions
  1. 0 1
      .gitignore
  2. 15 0
      Gemfile.lock

+ 0 - 1
.gitignore

@@ -15,7 +15,6 @@ analytics.js
 .sass-cache
 ruby
 bourbon
-Gemfile.lock
 
 Backbone.Overview
 tags

+ 15 - 0
Gemfile.lock

@@ -0,0 +1,15 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    bourbon (4.2.1)
+      sass (~> 3.4)
+      thor
+    sass (3.4.13)
+    thor (0.19.1)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  bourbon
+  sass (~> 3.3)