Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(612)

Unified Diff: pubspec.yaml

Issue 1334533003: pkg/gcloud: update dependencies to latest (Closed) Base URL: https://github.com/dart-lang/gcloud.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 456b820a7ad6eb013af3968a007d94a3c57eeb44..40b07af71a25b51915e365223fb5923b24aff6f0 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: gcloud
-version: 0.2.0+6
+version: 0.2.0+7
author: Dart Team <misc@dartlang.org>
description: Dart gcloud APIs
homepage: https://github.com/dart-lang/gcloud
@@ -7,12 +7,12 @@ environment:
sdk: '>=1.9.1 <2.0.0'
dependencies:
crypto: '>=0.9.0 <0.10.0'
- googleapis: '>=0.2.0 <0.15.0'
- googleapis_beta: '>=0.10.0 <0.18.0'
+ googleapis: '>=0.2.0 <0.16.0'
+ googleapis_beta: '>=0.10.0 <0.19.0'
http: '>=0.11.0 <0.12.0'
dev_dependencies:
googleapis_auth: '>=0.1.1 <0.3.0'
- http_parser: '>=0.0.2+5 <0.1.0'
+ http_parser: '>=0.0.2+5 <2.0.0'
mime: '>=0.9.0+3 <0.10.0'
unittest: '>=0.11.0 <0.12.0'
transformers:
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698