3894: Fix up runtime dependency specs to make bundle comfortable.
[arvados.git] / sdk / cli / Gemfile.lock
index a435b0504d9434178981085006f58c178fb5241e..81b6b522f7b840298bc449725f403c18f51792b9 100644 (file)
@@ -1,12 +1,12 @@
 PATH
   remote: .
   specs:
-    arvados-cli (0.1.20140903145725)
+    arvados-cli (0.1.20140919112741)
       activesupport (~> 3.2, >= 3.2.13)
       andand (~> 1.3, >= 1.3.3)
-      arvados (~> 0.1.0)
+      arvados (~> 0.1, >= 0.1.0)
       curb (~> 0.8)
-      google-api-client (~> 0.6.3)
+      google-api-client (~> 0.6, >= 0.6.3)
       json (~> 1.7, >= 1.7.7)
       jwt (>= 0.1.5, < 1.0.0)
       oj (~> 2.0, >= 2.0.3)
@@ -15,16 +15,16 @@ PATH
 GEM
   remote: https://rubygems.org/
   specs:
-    activesupport (3.2.17)
+    activesupport (3.2.19)
       i18n (~> 0.6, >= 0.6.4)
       multi_json (~> 1.0)
     addressable (2.3.6)
     andand (1.3.3)
-    arvados (0.1.20140903145725)
-      activesupport (>= 3.2.13)
-      andand
-      google-api-client (~> 0.6.3)
-      json (>= 1.7.7)
+    arvados (0.1.20140919112741)
+      activesupport (~> 3.2, >= 3.2.13)
+      andand (~> 1.3, >= 1.3.3)
+      google-api-client (~> 0.6, >= 0.6.3)
+      json (~> 1.7, >= 1.7.7)
       jwt (>= 0.1.5, < 1.0.0)
     autoparse (0.3.3)
       addressable (>= 2.3.1)
@@ -32,17 +32,18 @@ GEM
       multi_json (>= 1.0.0)
     curb (0.8.6)
     extlib (0.9.16)
-    faraday (0.8.9)
-      multipart-post (~> 1.2.0)
-    google-api-client (0.6.4)
+    faraday (0.9.0)
+      multipart-post (>= 1.2, < 3)
+    google-api-client (0.7.1)
       addressable (>= 2.3.2)
       autoparse (>= 0.3.3)
       extlib (>= 0.9.15)
-      faraday (~> 0.8.4)
+      faraday (>= 0.9.0)
       jwt (>= 0.1.5)
       launchy (>= 2.1.1)
       multi_json (>= 1.0.0)
-      signet (~> 0.4.5)
+      retriable (>= 1.4)
+      signet (>= 0.5.0)
       uuidtools (>= 2.1.0)
     i18n (0.6.11)
     json (1.8.1)
@@ -52,12 +53,13 @@ GEM
       addressable (~> 2.3)
     minitest (5.2.3)
     multi_json (1.10.1)
-    multipart-post (1.2.0)
+    multipart-post (2.0.0)
     oj (2.10.2)
     rake (10.1.1)
-    signet (0.4.5)
+    retriable (1.4.1)
+    signet (0.5.1)
       addressable (>= 2.2.3)
-      faraday (~> 0.8.1)
+      faraday (>= 0.9.0.rc5)
       jwt (>= 0.1.5)
       multi_json (>= 1.0.0)
     trollop (2.0)