Skip to content

Commit b91f629

Browse files
author
Mitchell Henke
authored
Update Faraday (#32)
* bump faraday dependency * bump version
1 parent a9a8b1c commit b91f629

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module LoginDotGov
3-
VERSION = '2.0.0'.freeze
3+
VERSION = '2.0.1'.freeze
44
end
55
end

omniauth_login_dot_gov.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
2525
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
2626
s.require_paths = ['lib']
2727

28-
s.add_dependency 'faraday', '~> 0.17'
28+
s.add_dependency 'faraday', '~> 2.0'
2929
s.add_dependency 'json-jwt', '~> 1.11'
3030
s.add_dependency 'jwt', '~> 2.2'
3131
s.add_dependency 'multi_json', '~> 1.14'

0 commit comments

Comments
 (0)