bonnie-bundler.gemspec in bonnie_bundler-2.2.5 vs bonnie-bundler.gemspec in bonnie_bundler-3.0.0

- old
+ new

@@ -5,11 +5,11 @@ s.summary = "A Gem for creating and managing bonnie bundles" s.description = "A Gem for creating and managing bonnie bundles" s.email = "pophealth-talk@googlegroups.com" s.homepage = "http://github.com/projecttacoma/bonnie_bundler" s.authors = ["The MITRE Corporation"] - s.version = '2.2.5' + s.version = '3.0.0' s.license = 'Apache-2.0' s.add_dependency 'health-data-standards', '~> 4.3.2' s.add_dependency 'quality-measure-engine', '~> 3.2' s.add_dependency 'hquery-patient-api', '~> 1.1' @@ -21,9 +21,9 @@ s.add_dependency 'rubyzip', '~> 1.2', '>= 1.2.1' s.add_dependency 'zip-zip', '~> 0.3' s.add_dependency 'diffy', '~> 3.0.0' # needed for parsing value sets (we need to use roo rather than rubyxl because the value sets are in xls rather than xlsx) - s.add_dependency 'roo', '~> 1.13' + s.add_dependency 'roo', '~> 2.7' s.files = s.files = `git ls-files`.split("\n") end