Skip to content

Commit d1c407c

Browse files
author
Jan Xie
committed
remove dependency on Faraday, bump to 1.1.0
1 parent 89c736a commit d1c407c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: lib/omniauth-http-basic/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module HttpBasic
3-
VERSION = "1.0.0"
3+
VERSION = "1.1.0"
44
end
55
end

Diff for: omniauth-http-basic.gemspec

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
require File.expand_path('../lib/omniauth-http-basic/version', __FILE__)
33

44
Gem::Specification.new do |gem|
5-
gem.add_dependency 'omniauth', '~> 1.0'
6-
gem.add_dependency 'faraday', '~> 0.7.5'
5+
gem.add_dependency 'omniauth', '>= 1.0'
76

87
gem.add_development_dependency 'rspec', '~> 2.7'
98
gem.add_development_dependency 'rack-test'

0 commit comments

Comments
 (0)