Skip to content

Commit

Permalink
chore(deps): update faraday
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Aug 17, 2022
1 parent 2688a0d commit de8a691
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pact.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'fakefs', '0.5' # 0.6.0 blows up
gem.add_development_dependency 'hashie', '~> 2.0'
gem.add_development_dependency 'activesupport', '~> 5.2'
gem.add_development_dependency 'faraday', '~> 0.13'
gem.add_development_dependency 'faraday', '~> 2.0'
gem.add_development_dependency 'faraday-multipart', '~> 1.0'
gem.add_development_dependency 'conventional-changelog', '~> 1.3'
gem.add_development_dependency 'bump', '~> 0.5'
gem.add_development_dependency 'pact-message', '~> 0.8'
Expand Down
1 change: 1 addition & 0 deletions spec/features/consumer_with_file_upload_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
require 'pact/consumer'
require 'pact/consumer/rspec'
require 'faraday'
require 'faraday/multipart'
load 'pact/consumer/world.rb'

describe "A consumer with a file upload", :pact => true do
Expand Down

0 comments on commit de8a691

Please sign in to comment.