Skip to content

Commit

Permalink
Constrain faraday to 1.x for the Heroku provider
Browse files Browse the repository at this point in the history
Fixes travis-ci#1247

Although this may not be necessary anymore because Faraday 2.0.1
reverted the change that may Faraday 2.0.0 not work:

lostisland/faraday#1362 (comment)
  • Loading branch information
colindean committed Jan 7, 2022
1 parent 85342e2 commit ea48199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dpl/providers/heroku.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Heroku < Provider

abstract

gem 'faraday', '~> 0.9.2'
gem 'faraday', ['~> 0.9.2','< 2.0.0']
gem 'json'
gem 'netrc', '~> 0.11.0'
gem 'rendezvous', '~> 0.1.3'
Expand Down

0 comments on commit ea48199

Please sign in to comment.