Skip to content

Commit

Permalink
Fix open ended dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
synth committed Dec 30, 2023
1 parent d9e208f commit cba8a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth-microsoft_graph.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_runtime_dependency 'jwt', '>= 2.0'
spec.add_runtime_dependency 'jwt', '~> 2.0'
spec.add_runtime_dependency 'omniauth', '~> 2.0'
spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.8.0'
spec.add_development_dependency "sinatra", '~> 0'
Expand Down

0 comments on commit cba8a27

Please sign in to comment.