We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2352bda commit 9ec7283Copy full SHA for 9ec7283
omniauth-microsoft_graph.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
spec.require_paths = ["lib"]
20
21
- spec.add_runtime_dependency 'jwt', '~> 1.5'
+ spec.add_runtime_dependency 'jwt', '>= 1.0'
22
spec.add_runtime_dependency 'omniauth', '~> 1.1', '>= 1.1.1'
23
spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.6'
24
spec.add_development_dependency "sinatra", '~> 0'
0 commit comments