From c1b0dad16df2ae2cfb3db5b581afb3dd5bb77299 Mon Sep 17 00:00:00 2001 From: Katie Edgar Date: Mon, 1 Jul 2024 10:58:39 -0400 Subject: [PATCH] Bump omniauth-nitro-id --- Gemfile.lock | 2 +- lib/omniauth/nitro_id/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 26b9f18..2f7ac9a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - omniauth-nitro-id (1.3.2) + omniauth-nitro-id (1.3.3) omniauth-rails_csrf_protection (= 1.0.1) omniauth_openid_connect (~> 0.4.0) diff --git a/lib/omniauth/nitro_id/version.rb b/lib/omniauth/nitro_id/version.rb index 06683b5..913584a 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.2" + VERSION = "1.3.3" end end