Skip to content

Commit d805982

Browse files
authored
Merge pull request #29 from tomdracz/support-omniauth-2x
Relax omniauth dependency
2 parents 0b69963 + 0f89e90 commit d805982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omniauth-microsoft_graph.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1919
spec.require_paths = ["lib"]
2020

21-
spec.add_runtime_dependency 'omniauth', '~> 2.0.4'
21+
spec.add_runtime_dependency 'omniauth', '~> 2.0'
2222
spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.7.1'
2323
spec.add_development_dependency "sinatra", '~> 0'
2424
spec.add_development_dependency "rake", '~> 12.3.3', '>= 12.3.3'

0 commit comments

Comments
 (0)