diff --git a/Gemfile.lock b/Gemfile.lock index c00243a..0128b0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT PATH remote: . specs: - fake_idp (1.0.5) + fake_idp (1.2.0) builder (>= 3.2.2) nokogiri (~> 1.12) ruby-saml (~> 1.13.0) @@ -19,9 +19,9 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (6.1.4.1) - activesupport (= 6.1.4.1) - activesupport (6.1.4.1) + activemodel (6.1.4.6) + activesupport (= 6.1.4.6) + activesupport (6.1.4.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -32,13 +32,13 @@ GEM concurrent-ruby (1.1.9) diff-lcs (1.4.2) dotenv (1.0.2) - i18n (1.8.10) + i18n (1.10.0) concurrent-ruby (~> 1.0) macaddr (1.7.1) systemu (~> 2.6.2) method_source (0.9.2) mini_portile2 (2.8.0) - minitest (5.14.4) + minitest (5.15.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) nokogiri (1.13.3) @@ -88,7 +88,7 @@ GEM xmlmapper (>= 0.7.3) xmlmapper (0.8.1) nokogiri (~> 1.11) - zeitwerk (2.5.1) + zeitwerk (2.5.4) PLATFORMS ruby diff --git a/lib/fake_idp/version.rb b/lib/fake_idp/version.rb index 56bc159..acd3fd2 100644 --- a/lib/fake_idp/version.rb +++ b/lib/fake_idp/version.rb @@ -1,3 +1,3 @@ module FakeIdp - VERSION = "1.0.5" + VERSION = "1.2.0" end