Skip to content

Commit 05039fb

Browse files
committed
Bump Faraday to < 0.16.0; recover spec
1 parent 5a3d40c commit 05039fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oauth2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55
require 'oauth2/version'
66

77
Gem::Specification.new do |spec|
8-
spec.add_dependency 'faraday', ['>= 0.8', '< 0.15.0']
8+
spec.add_dependency 'faraday', ['>= 0.8', '< 0.16.0']
99
spec.add_dependency 'jwt', ['>= 1.0', '< 3.0']
1010
spec.add_dependency 'multi_json', '~> 1.3'
1111
spec.add_dependency 'multi_xml', '~> 0.5'

spec/oauth2/client_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
subject.request(:get, '/success')
249249
end
250250

251-
expect(output).to include 'INFO -- : get https://api.example.com/success', 'INFO -- : get https://api.example.com/success'
251+
expect(output).to include 'INFO -- request: GET https://api.example.com/success'
252252
end
253253
end
254254

0 commit comments

Comments
 (0)