Skip to content

Commit

Permalink
Update omniauth-microsoft_graph.gemspec
Browse files Browse the repository at this point in the history
Updates sinatra veresion
  • Loading branch information
synth authored Jan 2, 2024
1 parent cba8a27 commit a7d76d8
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 @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
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'
spec.add_development_dependency "sinatra", '~> 2.2'
spec.add_development_dependency "rake", '~> 12.3.3', '>= 12.3.3'
spec.add_development_dependency 'rspec', '~> 3.6'
spec.add_development_dependency "mocha", '~> 0'
Expand Down

0 comments on commit a7d76d8

Please sign in to comment.