Sha256: 2de470a31589fab78d4afdd29f386a3a920eed39631f88095f756cc5d467dcb7

Contents?: true

Size: 695 Bytes

Versions: 8

Compression:

Stored size: 695 Bytes

Contents

source 'https://rubygems.org'

gemspec :development_group => :test

gem 'mongoid', '~> 6.4.2'

# gem 'cqm-models', git: 'https://github.com/projecttacoma/cqm-models.git', branch: 'master'

gem 'protected_attributes_continued'

group :development, :test do
  gem 'bundler-audit'
  gem 'rubocop', '~> 0.52.1', require: false
end

group :development do
  gem 'rake'
  gem 'byebug'
end

group :test do
  gem 'factory_girl', '~> 4.1.0'
  gem 'tailor', '~> 1.1.2'
  gem 'cane', '~> 2.3.0'
  gem 'codecov'
  gem 'simplecov', :require => false
  gem 'webmock'
  gem 'minitest', '~> 5.3'
  gem 'minitest-reporters'
  gem 'awesome_print', :require => 'ap'
  gem 'cqm-validators'
  gem 'nokogiri-diff'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cqm-reports-2.0.8 Gemfile
cqm-reports-2.0.7 Gemfile
cqm-reports-2.0.6 Gemfile
cqm-reports-2.0.5 Gemfile
cqm-reports-2.0.4 Gemfile
cqm-reports-2.0.3 Gemfile
cqm-reports-2.0.2 Gemfile
cqm-reports-2.0.1 Gemfile