Skip to content

Commit da78105

Browse files
BenSandeensimi
authored andcommitted
Update gemspec and version number
1 parent ce3fce2 commit da78105

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/omniauth/facebook/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module Facebook
3-
VERSION = '9.0.0'
3+
VERSION = '9.0.1'
44
end
55
end

omniauth-facebook.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
1717
s.require_paths = ['lib']
1818

19-
s.add_runtime_dependency 'omniauth-oauth2', '~> 1.2'
19+
s.add_runtime_dependency 'omniauth-oauth2', '>= 1.2', '< 3'
2020

2121
s.add_development_dependency 'minitest'
2222
s.add_development_dependency 'mocha'

0 commit comments

Comments
 (0)