From 1e0ad189249e489deb0acc9fd4d9b80f014a70bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 04:05:34 +0000 Subject: [PATCH] Update omniauth requirement from ~> 2.0.1 to >= 2.0.1, < 2.2.0 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/v2.0.3...v2.1.0) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- omniauth-osso.gemspec | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4e30c01..a83bcc8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: omniauth-osso (0.2.0) - omniauth (~> 2.0.1) + omniauth (>= 2.0.1, < 2.2.0) omniauth-oauth2 (>= 1.6, < 1.8) GEM @@ -21,7 +21,7 @@ GEM ruby2_keywords faraday-net_http (1.0.1) hashdiff (1.0.1) - hashie (4.1.0) + hashie (5.0.0) jwt (2.2.2) method_source (1.0.0) multi_json (1.15.0) @@ -33,9 +33,9 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (2.0.3) + omniauth (2.1.0) hashie (>= 3.4.6) - rack (>= 1.6.2, < 3) + rack (>= 2.2.3) rack-protection omniauth-oauth2 (1.7.1) oauth2 (~> 1.4) @@ -48,7 +48,7 @@ GEM method_source (~> 1.0) public_suffix (4.0.6) rack (2.2.3) - rack-protection (2.1.0) + rack-protection (2.2.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) diff --git a/omniauth-osso.gemspec b/omniauth-osso.gemspec index 26a9464..7cdcf0b 100644 --- a/omniauth-osso.gemspec +++ b/omniauth-osso.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |gem| gem.homepage = 'https://github.com/enterprise-oss/omniauth-osso' gem.license = 'BSL' - gem.add_dependency 'omniauth', '~> 2.0.1' + gem.add_dependency 'omniauth', '>= 2.0.1', '< 2.2.0' gem.add_dependency 'omniauth-oauth2', '>= 1.6', '< 1.8' gem.add_development_dependency 'bundler', '~> 2.1'