From 45fd03e6c321f53dd4dc5b7950c9a8a8490e7021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 22:07:18 +0000 Subject: [PATCH] Update omniauth-oauth2 requirement from >= 1.5, <= 1.7.1 to >= 1.5, <= 1.7.3 Updates the requirements on [omniauth-oauth2](https://github.com/omniauth/omniauth-oauth2) to permit the latest version. - [Release notes](https://github.com/omniauth/omniauth-oauth2/releases) - [Commits](https://github.com/omniauth/omniauth-oauth2/compare/v1.5.0...v1.7.2) --- updated-dependencies: - dependency-name: omniauth-oauth2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- omniauth-vkontakte.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniauth-vkontakte.gemspec b/omniauth-vkontakte.gemspec index 95f31eb..9b86eb4 100644 --- a/omniauth-vkontakte.gemspec +++ b/omniauth-vkontakte.gemspec @@ -16,5 +16,5 @@ Gem::Specification.new do |gem| gem.require_paths = ['lib'] gem.version = OmniAuth::Vkontakte::VERSION gem.required_ruby_version = '>= 2.5.0' - gem.add_runtime_dependency 'omniauth-oauth2', ['>= 1.5', '<= 1.7.1'] + gem.add_runtime_dependency 'omniauth-oauth2', '>= 1.5', '<= 1.7.3' end