Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwillingham committed Feb 28, 2022
1 parent 2963b7f commit de458da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/fake_idp/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FakeIdp
VERSION = "1.0.5"
VERSION = "1.2.0"
end

0 comments on commit de458da

Please sign in to comment.