From 316db14e86eb16535f5697338321b5f5c7e8f89c Mon Sep 17 00:00:00 2001
From: Kevin Moore <kevmoo@google.com>
Date: Fri, 17 Apr 2015 17:22:05 -0700
Subject: [PATCH] add version constraints to pubspec.yaml

---
 pubspec.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pubspec.yaml b/pubspec.yaml
index be8831f..a4f6ad2 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -25,7 +25,7 @@ dependencies:
   usage: '>=1.0.0 <2.0.0'
 
 dev_dependencies:
-  browser: any
-  ghpages_generator: any
+  browser: '>=0.10.0+2 <0.11.0'
+  ghpages_generator: '>=0.2.4 <0.3.0'
   grinder: '>=0.6.0 <0.7.0'
-  unittest: any
+  unittest: '>=0.11.5+4 <0.12.0'
-- 
GitLab