From c3e9b77761981a3e0f246d3a7c7cbeed25f3cd0f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 05:44:43 +0000 Subject: [PATCH] Update omniauth requirement from ~> 1.0 to >= 1, < 3 Updates the requirements on [omniauth](https://github.com/omniauth/omniauth) to permit the latest version. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.0.0...v2.0.0) Signed-off-by: dependabot-preview[bot] --- omniauth-smart.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniauth-smart.gemspec b/omniauth-smart.gemspec index 89eb68f..b57a655 100644 --- a/omniauth-smart.gemspec +++ b/omniauth-smart.gemspec @@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "omniauth-smart/version" Gem::Specification.new do |gem| - gem.add_runtime_dependency "omniauth", "~> 1.0" + gem.add_runtime_dependency "omniauth", ">= 1", "< 3" gem.add_runtime_dependency "jwt", "~> 2.2.1" gem.add_runtime_dependency "faraday", ">= 0.8" gem.add_runtime_dependency "multi_json", "~> 1.3"