From 6bd8ca6fd452e8c950bc1eb7e3b4a48b5777551f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2019 00:51:20 +0000 Subject: [PATCH] Update sinatra requirement from ~> 1.0 to >= 1, < 3 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](https://github.com/sinatra/sinatra/compare/1.0...v2.0.7) Signed-off-by: dependabot-preview[bot] --- welcome_bot.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/welcome_bot.gemspec b/welcome_bot.gemspec index 0956ecc..a9a71f9 100644 --- a/welcome_bot.gemspec +++ b/welcome_bot.gemspec @@ -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