From 577649a864a6ef0bde1f2f08e203392d9943c595 Mon Sep 17 00:00:00 2001 From: Robyn-Dale Samuda Date: Fri, 29 Oct 2021 13:56:47 -0500 Subject: [PATCH] Bump gem version to cover changes in 58417ba --- Gemfile.lock | 2 +- lib/fake_idp/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5d119d1..929e90e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT PATH remote: . specs: - fake_idp (1.0.4) + fake_idp (1.0.5) activemodel (>= 5.2.5, < 7.0) builder (>= 3.2.2) nokogiri (~> 1.12.5) diff --git a/lib/fake_idp/version.rb b/lib/fake_idp/version.rb index 9bd5051..56bc159 100644 --- a/lib/fake_idp/version.rb +++ b/lib/fake_idp/version.rb @@ -1,3 +1,3 @@ module FakeIdp - VERSION = "1.0.4" + VERSION = "1.0.5" end