Lock to a version of the arvados-cli gem that's been pushed to the world.
[arvados.git] / sdk / cli / Gemfile.lock
index b14404a0cb2495801781f8b8d7b3970c3d3255f8..cc079c59b1be099c2fe6fe60f63bc5489628cba8 100644 (file)
@@ -1,3 +1,15 @@
+PATH
+  remote: .
+  specs:
+    arvados-cli (0.1.20140205194548)
+      activesupport (~> 3.2, >= 3.2.13)
+      andand (~> 1.3, >= 1.3.3)
+      curb (~> 0.8)
+      google-api-client (~> 0.6, >= 0.6.3)
+      json (~> 1.7, >= 1.7.7)
+      oj (~> 2.0, >= 2.0.3)
+      trollop (~> 2.0)
+
 GEM
   remote: https://rubygems.org/
   specs:
@@ -12,7 +24,7 @@ GEM
       multi_json (>= 1.0.0)
     curb (0.8.5)
     extlib (0.9.16)
-    faraday (0.8.8)
+    faraday (0.8.9)
       multipart-post (~> 1.2.0)
     google-api-client (0.6.4)
       addressable (>= 2.3.2)
@@ -26,15 +38,15 @@ GEM
       uuidtools (>= 2.1.0)
     i18n (0.6.9)
     json (1.8.1)
-    jwt (0.1.8)
+    jwt (0.1.11)
       multi_json (>= 1.5)
     launchy (2.4.2)
       addressable (~> 2.3)
-    minitest (5.0.8)
-    multi_json (1.8.2)
+    minitest (5.2.2)
+    multi_json (1.8.4)
     multipart-post (1.2.0)
-    oj (2.5.1)
-    rake (10.1.0)
+    oj (2.5.4)
+    rake (10.1.1)
     signet (0.4.5)
       addressable (>= 2.2.3)
       faraday (~> 0.8.1)
@@ -47,12 +59,6 @@ PLATFORMS
   ruby
 
 DEPENDENCIES
-  activesupport (>= 3.2.13)
-  andand (>= 1.3.3)
-  curb (~> 0.8)
-  google-api-client (>= 0.6.3)
-  json (>= 1.7.7)
-  minitest
-  oj (>= 2.0.3)
+  arvados-cli!
+  minitest (>= 5.0.0)
   rake
-  trollop (>= 2.0)