Skip to content

Commit 567bde5

Browse files
Update sinatra requirement from ~> 2.2 to ~> 4.1 in the bundler group
Updates the requirements on [sinatra](https://github.com/sinatra/sinatra) to permit the latest version. Updates `sinatra` to 4.1.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v2.2.0...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:development dependency-group: bundler ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9836bd5 commit 567bde5

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
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.add_runtime_dependency 'jwt', '~> 2.0'
2222
spec.add_runtime_dependency 'omniauth', '~> 2.0'
2323
spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.8.0'
24-
spec.add_development_dependency "sinatra", '~> 2.2'
24+
spec.add_development_dependency "sinatra", '~> 4.1'
2525
spec.add_development_dependency "rake", '~> 12.3.3', '>= 12.3.3'
2626
spec.add_development_dependency 'rspec', '~> 3.6'
2727
spec.add_development_dependency "mocha", '~> 0'

0 commit comments

Comments
 (0)