Skip to content

Commit

Permalink
reduce min faraday dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Aug 21, 2017
1 parent bdf47ed commit 626660c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/prometheus/api_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Prometheus
module ApiClient
VERSION = '0.5.1'
VERSION = '0.5.2'
end
end
2 changes: 1 addition & 1 deletion prometheus-api-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Gem::Specification.new do |s|
s.files = %w(README.md) + Dir.glob('{lib/**/*}')
s.require_paths = ['lib']

s.add_dependency 'faraday', '~> 0.12.0'
s.add_dependency 'faraday', '~> 0.9.2'
end

0 comments on commit 626660c

Please sign in to comment.