Skip to content

Commit

Permalink
tied hds and qme to released versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrequina committed May 10, 2012
1 parent 40d0ead commit de18c2a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 30 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ gem 'rails', '3.1.0'
# locked to 1.3.3 to resolve annoying warning 'already initialized constant WFKV_'
gem 'rack' , '1.3.3'

#gem 'quality-measure-engine', '1.1.1'
gem 'quality-measure-engine', :git => 'http://github.com/pophealth/quality-measure-engine.git', :branch => 'master'
gem 'quality-measure-engine', '1.1.2'
#gem 'quality-measure-engine', :git => 'http://github.com/pophealth/quality-measure-engine.git', :branch => 'master'
#gem 'quality-measure-engine', path: '../quality-measure-engine'
#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'
#gem 'health-data-standards', :git => 'https://github.com/projectcypress/health-data-standards.git', :branch => 'master'
#gem 'health-data-standards', path: '../health-data-standards'

gem 'nokogiri'
Expand Down
40 changes: 14 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
GIT
remote: http://github.com/pophealth/quality-measure-engine.git
revision: 80c7de783a6e2f9b287c94edd870eedcad05b4b1
branch: master
specs:
quality-measure-engine (1.1.2)
mongo (~> 1.3)
nokogiri (~> 1.4.4)
resque (~> 1.15.0)
resque-status (~> 0.2.3)
rubyzip (~> 0.9.4)

GIT
remote: https://github.com/projectcypress/health-data-standards.git
revision: 3da5363ed3e4c20268431458916e8e615cfed2b0
branch: master
specs:
health-data-standards (0.8.0)
builder (~> 3.0.0)
erubis (~> 2.6)
mongoid (~> 2.4.2)
nokogiri (~> 1.4.7)
uuid (~> 2.3.4)

GEM
remote: http://rubygems.org/
specs:
Expand Down Expand Up @@ -90,6 +66,12 @@ GEM
formtastic (2.1.1)
actionpack (~> 3.0)
hashie (1.2.0)
health-data-standards (0.8.0)
builder (~> 3.0.0)
erubis (~> 2.6)
mongoid (~> 2.4.2)
nokogiri (~> 1.4.7)
uuid (~> 2.3.4)
hike (1.2.1)
i18n (0.6.0)
jquery-rails (1.0.19)
Expand Down Expand Up @@ -128,6 +110,12 @@ GEM
coderay (~> 1.0.5)
method_source (~> 0.7.1)
slop (>= 2.4.4, < 3)
quality-measure-engine (1.1.2)
mongo (~> 1.3)
nokogiri (~> 1.4.4)
resque (~> 1.15.0)
resque-status (~> 0.2.3)
rubyzip (~> 0.9.4)
rack (1.3.3)
rack-cache (1.0.3)
rack (>= 0.4)
Expand Down Expand Up @@ -230,7 +218,7 @@ DEPENDENCIES
factory_girl
foreman
formtastic
health-data-standards!
health-data-standards (= 0.8.0)
jquery-rails
json
kaminari
Expand All @@ -240,7 +228,7 @@ DEPENDENCIES
mongoid
nokogiri
pry
quality-measure-engine!
quality-measure-engine (= 1.1.2)
rack (= 1.3.3)
rails (= 3.1.0)
rubyzip
Expand Down

0 comments on commit de18c2a

Please sign in to comment.