frankenstein.gemspec in frankenstein-0.3.1 vs frankenstein.gemspec in frankenstein-1.0.0

- old
+ new

@@ -28,10 +28,10 @@ s.required_ruby_version = ">= 2.3.0" # prometheus-client provides no guaranteed backwards compatibility, # and in fact happily breaks things with no notice, so we're stuck # with hard-coding a specific version to avoid unexpected disaster. - s.add_runtime_dependency "prometheus-client", "0.7.1" + s.add_runtime_dependency "prometheus-client", "0.8.0" s.add_runtime_dependency "rack", "~> 2.0" s.add_development_dependency 'bundler' s.add_development_dependency 'github-release' s.add_development_dependency 'git-version-bump'