Skip to content

Commit

Permalink
Lock gemspec to faraday ~>1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuap committed Feb 7, 2022
1 parent f06b777 commit 2698721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librato-metrics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = %w[LICENSE]

## runtime dependencies
s.add_dependency 'faraday'
s.add_dependency 'faraday', '~> 1.0'
s.add_dependency 'aggregate', '~> 0.2.2'

# omitting for now because jruby-19mode can't handle
Expand Down

0 comments on commit 2698721

Please sign in to comment.