From f30eec8af5f65d4c0b984edf478a802072494294 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Tue, 17 Feb 2026 22:17:11 +0700 Subject: [PATCH] Update omniauth dependency to version 2.1.0 --- Gemfile.lock | 68 ++++++++++++++++++------------------ omniauth-etsy-oauth2.gemspec | 2 +- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0aa8265..7a8f67c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,54 +2,50 @@ PATH remote: . specs: omniauth-etsy-oauth2 (0.2.0) - omniauth (~> 1.9.1) + omniauth (~> 2.1.0) omniauth-oauth2 (~> 1.4) GEM remote: https://rubygems.org/ specs: ast (2.4.2) + base64 (0.3.0) diff-lcs (1.4.4) - faraday (1.6.0) - faraday-em_http (~> 1.0) - faraday-em_synchrony (~> 1.0) - faraday-excon (~> 1.1) - faraday-httpclient (~> 1.0.1) - faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.1) - faraday-patron (~> 1.0) - faraday-rack (~> 1.0) - multipart-post (>= 1.2, < 3) + faraday (2.8.1) + base64 + faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) - faraday-em_http (1.0.0) - faraday-em_synchrony (1.0.0) - faraday-excon (1.1.0) - faraday-httpclient (1.0.1) - faraday-net_http (1.0.1) - faraday-net_http_persistent (1.2.0) - faraday-patron (1.0.0) - faraday-rack (1.0.0) - hashie (4.1.0) - jwt (2.2.3) - multi_json (1.15.0) + faraday-net_http (3.0.2) + hashie (5.1.0) + logger + jwt (3.1.2) + base64 + logger (1.7.0) multi_xml (0.6.0) - multipart-post (2.1.1) - oauth2 (1.4.7) - faraday (>= 0.8, < 2.0) - jwt (>= 1.0, < 3.0) - multi_json (~> 1.3) + oauth2 (2.0.18) + faraday (>= 0.17.3, < 4.0) + jwt (>= 1.0, < 4.0) + logger (~> 1.2) multi_xml (~> 0.5) - rack (>= 1.2, < 3) - omniauth (1.9.1) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0, >= 2.0.3) + version_gem (~> 1.1, >= 1.1.9) + omniauth (2.1.4) hashie (>= 3.4.6) - rack (>= 1.6.2, < 3) - omniauth-oauth2 (1.7.1) - oauth2 (~> 1.4) - omniauth (>= 1.9, < 3) + logger + rack (>= 2.2.3) + rack-protection + omniauth-oauth2 (1.9.0) + oauth2 (>= 2.0.2, < 3) + omniauth (~> 2.0) parallel (1.20.1) parser (3.0.2.0) ast (~> 2.4.1) - rack (2.2.3) + rack (3.2.5) + rack-protection (4.2.1) + base64 (>= 0.1.0) + logger (>= 1.6.0) + rack (>= 3.0.0, < 4) rainbow (3.0.0) rake (12.3.3) regexp_parser (2.1.1) @@ -82,7 +78,11 @@ GEM rubocop (~> 1.18) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) + snaky_hash (2.0.3) + hashie (>= 0.1.0, < 6) + version_gem (>= 1.1.8, < 3) unicode-display_width (2.0.0) + version_gem (1.1.9) PLATFORMS ruby diff --git a/omniauth-etsy-oauth2.gemspec b/omniauth-etsy-oauth2.gemspec index f438f1c..2785a7b 100644 --- a/omniauth-etsy-oauth2.gemspec +++ b/omniauth-etsy-oauth2.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - spec.add_dependency 'omniauth', '~> 1.9.1' + spec.add_dependency 'omniauth', '~> 2.1.0' spec.add_dependency 'omniauth-oauth2', '~> 1.4' spec.add_development_dependency 'rubocop-shopify', '~> 2.2.0'