From 627fdcd46c82d4d792ad5b6cc1552afdc23c5bb0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 12:52:14 +0000 Subject: [PATCH] Update rails requirement from ~> 3.0 to >= 3, < 7 Updates the requirements on [rails](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v3.0.0...v6.0.2.1) Signed-off-by: dependabot-preview[bot] --- shibboleth-rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shibboleth-rails.gemspec b/shibboleth-rails.gemspec index 8e624e3..0be42a8 100644 --- a/shibboleth-rails.gemspec +++ b/shibboleth-rails.gemspec @@ -18,5 +18,5 @@ Gem::Specification.new do |s| s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] - s.add_runtime_dependency "rails", '~> 3.0' + s.add_runtime_dependency "rails", '>= 3', '< 7' end