Sha256: 03d84d6b12901be067c391f459a329e2f91f1ea34696d6254c5e03b30299482a

Contents?: true

Size: 409 Bytes

Versions: 14

Compression:

Stored size: 409 Bytes

Contents

source "http://rubygems.org"

gemspec :development_group => :test

group :development do
  gem 'rake'
  gem 'pry', '~> 0.9.10'
  gem 'pry-nav', '~> 0.2.2'

end

group :test do
  gem 'factory_girl', '~> 4.1.0'
  gem "tailor", '~> 1.1.2'
  gem "cane", '~> 2.3.0'
  gem 'simplecov', :require => false
  gem 'webmock'

  gem 'minitest'
  gem 'turn', :require => false
  gem 'awesome_print', :require => 'ap'

end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
health-data-standards-3.2.7 Gemfile
health-data-standards-3.2.6 Gemfile
health-data-standards-3.2.5 Gemfile
health-data-standards-3.2.4 Gemfile
health-data-standards-3.2.3 Gemfile
health-data-standards-3.2.2 Gemfile
health-data-standards-3.2.1 Gemfile
health-data-standards-3.2.0 Gemfile
health-data-standards-3.1.1 Gemfile
health-data-standards-3.1.0 Gemfile
health-data-standards-3.0.6 Gemfile
health-data-standards-3.0.5 Gemfile
health-data-standards-3.0.4 Gemfile
health-data-standards-3.0.3 Gemfile