Fix (and add test for) 404 at repositories.get_all_permissions.
[arvados.git] / sdk / cli / Gemfile.lock
index 8fc6becc0d6c3517ef5f6ec2eaba74843491c675..ab2391a522413080d548453313c5df1e4cd9e7be 100644 (file)
@@ -1,3 +1,15 @@
+PATH
+  remote: .
+  specs:
+    arvados-cli (0.1.20140130154213)
+      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:
@@ -30,7 +42,7 @@ GEM
       multi_json (>= 1.5)
     launchy (2.4.2)
       addressable (~> 2.3)
-    minitest (5.2.1)
+    minitest (5.2.2)
     multi_json (1.8.4)
     multipart-post (1.2.0)
     oj (2.5.4)
@@ -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)
+  arvados-cli!
   minitest (>= 5.0.0)
-  oj (>= 2.0.3)
   rake
-  trollop (>= 2.0)