Sha256: 1efb9c17ad6d9a5e409fbec3cd6b531a97a914de055f2199f451c094fc859c7b

Contents?: true

Size: 1.1 KB

Versions: 8

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 => 'master_bonnie'
# 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

8 entries across 8 versions & 1 rubygems

Version Path
bonnie_bundler-3.0.0 Gemfile
bonnie_bundler-2.2.4 Gemfile
bonnie_bundler-2.2.3 Gemfile
bonnie_bundler-2.2.1 Gemfile
bonnie_bundler-2.2.0 Gemfile
bonnie_bundler-2.1.2 Gemfile
bonnie_bundler-2.1.1 Gemfile
bonnie_bundler-2.1.0 Gemfile