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 d9e208f commit cba8a27Copy full SHA for cba8a27
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', '>= 2.0'
+ spec.add_runtime_dependency 'jwt', '~> 2.0'
22
spec.add_runtime_dependency 'omniauth', '~> 2.0'
23
spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.8.0'
24
spec.add_development_dependency "sinatra", '~> 0'
0 commit comments