Skip to content

Commit

Permalink
Compatibility: Lock Faraday to < 2. arsduo#659
Browse files Browse the repository at this point in the history
  • Loading branch information
ylecuyer committed Jan 16, 2022
1 parent 85b1cf0 commit 8c2521a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koala.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 2.1'

gem.add_runtime_dependency("faraday")
gem.add_runtime_dependency("faraday", "< 2")
gem.add_runtime_dependency("addressable")
gem.add_runtime_dependency("json", ">= 1.8")
end

0 comments on commit 8c2521a

Please sign in to comment.