Update bundle. Avoid google-api-client 0.7.0 (rc2 is incompatible) and
authorTom Clegg <tom@curoverse.com>
Tue, 21 Jan 2014 17:01:31 +0000 (09:01 -0800)
committerTom Clegg <tom@curoverse.com>
Tue, 21 Jan 2014 17:01:45 +0000 (09:01 -0800)
ensure minitest >= 5.0.

sdk/cli/Gemfile
sdk/cli/Gemfile.lock

index 86107f70854b5102e401e4e0b2e76e31209e8028..9a1c5be637beb6a9c1aa29b90900e43fcc3aef54 100644 (file)
@@ -1,11 +1,10 @@
 source 'https://rubygems.org'
-gem 'minitest'
+gem 'minitest', '>= 5.0.0'
 gem 'rake'
-gem 'google-api-client', '>= 0.6.3'
+gem 'google-api-client', '~> 0.6.3'
 gem 'activesupport', '>= 3.2.13'
 gem 'json', '>= 1.7.7'
 gem 'trollop', '>= 2.0'
 gem 'andand', '>= 1.3.3'
 gem 'oj', '>= 2.0.3'
 gem 'curb', '~> 0.8'
-
index b14404a0cb2495801781f8b8d7b3970c3d3255f8..8fc6becc0d6c3517ef5f6ec2eaba74843491c675 100644 (file)
@@ -12,7 +12,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 +26,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.1)
+    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)
@@ -50,9 +50,9 @@ DEPENDENCIES
   activesupport (>= 3.2.13)
   andand (>= 1.3.3)
   curb (~> 0.8)
-  google-api-client (>= 0.6.3)
+  google-api-client (~> 0.6.3)
   json (>= 1.7.7)
-  minitest
+  minitest (>= 5.0.0)
   oj (>= 2.0.3)
   rake
   trollop (>= 2.0)