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