Skip to content

Commit

Permalink
Rails 6 (#151)
Browse files Browse the repository at this point in the history
* looses dependency on cqm-models

* update version to 3.2.0.0

* update mongoid reference in Gemfile
  • Loading branch information
dczulada committed Jun 15, 2021
1 parent cc6c0ef commit f5ca79b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gemspec :development_group => :test

gem 'mongoid', '~> 6.4.2'
gem 'mongoid', '~> 7.0.5'

# gem 'cqm-models', '~> 3.0.0'
# gem 'cqm-models', git: 'https://github.com/projecttacoma/cqm-models.git', branch: 'master'
Expand Down
8 changes: 4 additions & 4 deletions cqm-parsers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Gem::Specification.new do |s|
s.authors = ["The MITRE Corporation"]
s.license = 'Apache-2.0'

s.version = '3.1.1.0'
s.version = '3.2.0.0'

s.add_dependency 'cqm-models', '~> 3.0.0'
s.add_dependency 'cqm-models', '~> 3.0'
s.add_dependency 'mustache'
s.add_dependency 'erubis', '~> 2.7.0'
s.add_dependency 'mongoid', '~> 6.4'
s.add_dependency 'mongoid', '~> 7.0.5'
s.add_dependency 'mongoid-tree', '~> 2.1'
s.add_dependency 'activesupport', '~> 5.0'
s.add_dependency 'activesupport', '~> 6.0'

s.add_dependency 'protected_attributes_continued', '~> 1.4.0'
s.add_dependency 'uuid', '~> 2.3.7'
Expand Down

0 comments on commit f5ca79b

Please sign in to comment.