Gemfile in cqm-validators-3.0.1 vs Gemfile in cqm-validators-3.1.1
- old
+ new
@@ -7,8 +7,8 @@
# Specify your gem's dependencies in cqm_validators.gemspec
gemspec development_group: :test
group :test do
gem 'codecov', require: false
- gem 'cqm-models', git: 'https://github.com/projecttacoma/cqm-models.git', branch: 'master'
+ gem 'cqm-models', '~> 3.0'
gem 'simplecov', require: false
end