From 2454837ba4200d58f7b6593c562d451c98404a4c 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:04:51 +0000 Subject: [PATCH] Update activerecord requirement from ~> 5.0 to >= 5, < 7 Updates the requirements on [activerecord](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.2.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.0.0...v6.0.2.1) 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 1659245..0956ecc 100644 --- a/welcome_bot.gemspec +++ b/welcome_bot.gemspec @@ -28,6 +28,6 @@ Gem::Specification.new do |spec| spec.add_dependency "faraday-http-cache" spec.add_dependency "aws-sdk", "~> 2.0" spec.add_dependency "aws-record", "~> 1.0" - spec.add_dependency "activerecord", "~> 5.0" + spec.add_dependency "activerecord", ">= 5", "< 7" spec.add_dependency "sinatra", "~> 1.0" end