diff --git a/Gemfile.lock b/Gemfile.lock index 8b75dc1..fc54728 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT PATH remote: . specs: - fake_idp (0.4.0) + fake_idp (0.5.0) builder (>= 3.2.2) nokogiri (>= 1.10.5) ruby-saml-idp diff --git a/lib/fake_idp/version.rb b/lib/fake_idp/version.rb index ee49965..d35f78b 100644 --- a/lib/fake_idp/version.rb +++ b/lib/fake_idp/version.rb @@ -1,3 +1,3 @@ module FakeIdp - VERSION = "0.4.0" + VERSION = "0.5.0" end