Skip to content

Commit

Permalink
chore(deps): permissive prometheus_exporter dependency
Browse files Browse the repository at this point in the history
allowing to have versions 0.4 up to but not inluding 1.0 starting
with version 0.4.5.
  • Loading branch information
vkrizan committed Feb 3, 2021
1 parent e399f45 commit fd34b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insights-api-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "cloudwatchlogger", "~> 0.2.1"

# For Insights::API::Common::Metrics
spec.add_runtime_dependency "prometheus_exporter", "~> 0.4.5"
spec.add_runtime_dependency "prometheus_exporter", "~> 0.4", ">= 0.4.5"

# For Insights::API::Common::OpenApi
spec.add_runtime_dependency "more_core_extensions"
Expand Down

0 comments on commit fd34b26

Please sign in to comment.