Skip to content

Commit

Permalink
Update faraday dependency to >= 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gloaec authored and amro committed Sep 21, 2021
1 parent c456848 commit 3793e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gibbon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.required_ruby_version = '>= 2.4.0'

s.add_dependency('faraday', '>= 0.16.0')
s.add_dependency('faraday', '>= 1.0')
s.add_dependency('multi_json', '>= 1.11.0')

s.add_development_dependency 'rake'
Expand Down

0 comments on commit 3793e67

Please sign in to comment.