From e2fc60b819aed3c40833ccde3f2276401bc9bd66 Mon Sep 17 00:00:00 2001 From: tknzk Date: Tue, 28 May 2024 10:47:53 +0900 Subject: [PATCH] bumpup --- Gemfile.lock | 2 +- lib/saml_idp_metadata/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1b08ec2..ff1ae35 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - saml_idp_metadata (0.3.5) + saml_idp_metadata (0.3.6) activesupport (< 8) GEM diff --git a/lib/saml_idp_metadata/version.rb b/lib/saml_idp_metadata/version.rb index 0978426..0e26077 100644 --- a/lib/saml_idp_metadata/version.rb +++ b/lib/saml_idp_metadata/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SamlIdpMetadata - VERSION = '0.3.5' + VERSION = '0.3.6' end