Skip to content

Commit

Permalink
Update sinatra requirement from ~> 1.0 to >= 1, < 3
Browse files Browse the repository at this point in the history
Updates the requirements on [sinatra](https://github.com/sinatra/sinatra) to permit the latest version.
- [Release notes](https://github.com/sinatra/sinatra/releases)
- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md)
- [Commits](sinatra/sinatra@1.0...v2.0.7)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Dec 31, 2019
1 parent 3353821 commit 6bd8ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion welcome_bot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
spec.add_dependency "aws-sdk", "~> 2.0"
spec.add_dependency "aws-record", "~> 1.0"
spec.add_dependency "activerecord", ">= 5", "< 7"
spec.add_dependency "sinatra", "~> 1.0"
spec.add_dependency "sinatra", ">= 1", "< 3"
end

0 comments on commit 6bd8ca6

Please sign in to comment.