From 2560a7fa811c052365e1365dda97235dff37c3cf Mon Sep 17 00:00:00 2001 From: Katie Edgar Date: Sun, 30 Jun 2024 21:31:25 -0400 Subject: [PATCH] Bump omniauth-nitro-id --- Gemfile.lock | 4 ++-- lib/omniauth/nitro_id/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 81351bd..26b9f18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - omniauth-nitro-id (1.3.1) + omniauth-nitro-id (1.3.2) omniauth-rails_csrf_protection (= 1.0.1) omniauth_openid_connect (~> 0.4.0) @@ -277,4 +277,4 @@ DEPENDENCIES rubocop-powerhome (>= 0.4.1) BUNDLED WITH - 2.4.17 + 2.4.22 diff --git a/lib/omniauth/nitro_id/version.rb b/lib/omniauth/nitro_id/version.rb index df27654..06683b5 100644 --- a/lib/omniauth/nitro_id/version.rb +++ b/lib/omniauth/nitro_id/version.rb @@ -2,6 +2,6 @@ module OmniAuth module NitroId - VERSION = "1.3.1" + VERSION = "1.3.2" end end