Skip to content

Commit 626660c

Browse files
committed
reduce min faraday dependency
1 parent bdf47ed commit 626660c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/prometheus/api_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Prometheus
44
module ApiClient
5-
VERSION = '0.5.1'
5+
VERSION = '0.5.2'
66
end
77
end

prometheus-api-client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Gem::Specification.new do |s|
1515
s.files = %w(README.md) + Dir.glob('{lib/**/*}')
1616
s.require_paths = ['lib']
1717

18-
s.add_dependency 'faraday', '~> 0.12.0'
18+
s.add_dependency 'faraday', '~> 0.9.2'
1919
end

0 commit comments

Comments
 (0)