Skip to content

Commit

Permalink
Compatibility: Lock Faraday to < 2. (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
ylecuyer committed Jan 17, 2022
1 parent bf03002 commit 021a6aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Removed features:

Internal improvements:

* Lock Faraday to < 2

Testing improvements:

* Use Github actions for CI
Expand Down
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 021a6aa

Please sign in to comment.