Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hadleynet committed Sep 29, 2011
1 parent a8d5f24 commit 4d669dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ gem 'jquery-rails'
gem "mongoid", "~> 2.0"
gem "bson_ext", "~> 1.3", :platforms => :mri

gem 'quality-measure-engine', :git => 'http://github.com/pophealth/quality-measure-engine.git', :branch => 'develop'
gem 'quality-measure-engine', "1.0.2"

gem 'delayed_job_mongoid', :git => 'https://github.com/collectiveidea/delayed_job_mongoid.git'

gem "hquery-patient-api", :git => 'http://github.com/hquery/patientapi.git', :branch => 'develop'
gem "hquery-patient-api", :git => 'http://github.com/hquery/patientapi.git', :tag => 'V0.1'

gem 'coderay'

Expand Down
24 changes: 9 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
GIT
remote: http://github.com/hquery/patientapi.git
revision: 7a9883bd21e9e4d22def6bf39cc0616480c798ac
branch: develop
revision: 4a49358e0e209306682ef8c368980029f1e77df2
tag: V0.1
specs:
hquery-patient-api (0.1.0)

GIT
remote: http://github.com/pophealth/quality-measure-engine.git
revision: 4334436619c43918fbdff8f3069c2c3f27eb5ba2
branch: develop
specs:
quality-measure-engine (1.0.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/collectiveidea/delayed_job_mongoid.git
revision: 30472567ae72b02d7c1ffb136e50a410055da31d
Expand Down Expand Up @@ -119,6 +107,12 @@ GEM
method_source (>= 0.6.5)
ruby_parser (>= 2.0.5)
slop (~> 2.1.0)
quality-measure-engine (1.0.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 @@ -216,7 +210,7 @@ DEPENDENCIES
mocha
mongoid (~> 2.0)
pry
quality-measure-engine!
quality-measure-engine (= 1.0.2)
rails
sass-rails
systemu
Expand Down

0 comments on commit 4d669dd

Please sign in to comment.