Sha256: 4f37de86a45667fc8d264aec2248395c00d681cd0f88aed9277a0c82c4574884
Contents?: true
Size: 1.1 KB
Versions: 4
Compression:
Stored size: 1.1 KB
Contents
source "https://rubygems.org" gemspec # gem 'health-data-standards', :git => 'https://github.com/projectcypress/health-data-standards.git', :branch => 'cql4bonnie' # gem 'quality-measure-engine', :git => 'https://github.com/projectcypress/quality-measure-engine.git', :branch => 'master' # gem 'hqmf2js', :git => 'https://github.com/projecttacoma/hqmf2js.git', :branch => 'master' # gem 'hquery-patient-api', :git => 'https://github.com/projecttacoma/patientapi.git', :branch => 'master' # gem 'simplexml_parser', :git => 'https://github.com/projecttacoma/simplexml_parser.git', :branch => 'master' # gem 'health-data-standards', :path => '../health-data-standards' # gem 'quality-measure-engine', :path => '../quality-measure-engine' # gem 'hqmf2js', :path => '../hqmf2js' # gem 'hquery-patient-api', :path => '../patientapi' # gem 'simplexml_parser', :path => '../simplexml_parser' group :development do gem 'rake' gem 'pry' gem 'pry-nav' end group :test do gem 'simplecov', :require => false gem 'minitest', "~> 5.0" gem 'awesome_print', :require => 'ap' gem 'vcr' gem 'webmock' gem 'bundler-audit' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bonnie_bundler-2.0.3 | Gemfile |
bonnie_bundler-2.0.2 | Gemfile |
bonnie_bundler-2.0.1 | Gemfile |
bonnie_bundler-2.0.0 | Gemfile |