Skip to content

Commit

Permalink
Downgrade faraday to 0.15.4
Browse files Browse the repository at this point in the history
The latest version is breaking the specs.

See lostisland/faraday#1033
  • Loading branch information
garriguv committed Sep 29, 2019
1 parent 56103f2 commit c23bbc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in danger-swiftformat.gemspec
gemspec
gem "faraday", "0.15.4"
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GEM
danger-plugin-api (1.0.0)
danger (> 2.0)
diff-lcs (1.3)
faraday (0.16.1)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
faraday-http-cache (2.0.0)
faraday (~> 0.8)
Expand Down Expand Up @@ -126,6 +126,7 @@ PLATFORMS
DEPENDENCIES
bundler (~> 1.16)
danger-swiftformat!
faraday (= 0.15.4)
guard (~> 2.14)
guard-rspec (~> 4.7)
listen (~> 3.1)
Expand Down

0 comments on commit c23bbc5

Please sign in to comment.