From ea990b0702def3efa316e84a14d551c99a83a8da Mon Sep 17 00:00:00 2001 From: Andre Quina Date: Thu, 10 May 2012 13:33:01 -0400 Subject: [PATCH] tied hds to 0.8.0 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 86529d5..4e77317 100644 --- a/Gemfile +++ b/Gemfile @@ -6,8 +6,8 @@ gem 'mongo', '1.5.1' gem 'bson_ext', '1.5.1', :platforms => :mri gem 'rake' #gem 'pry', :require => true -gem 'health-data-standards', :git => 'https://github.com/projectcypress/health-data-standards.git', :branch => 'master' -#gem 'health-data-standards', '0.7.1' +#gem 'health-data-standards', :git => 'https://github.com/projectcypress/health-data-standards.git', :branch => 'master' +gem 'health-data-standards', '0.8.0' group :test do gem 'cover_me', '>= 1.0.0.rc5', :platforms => :ruby_19