diff --git a/Gemfile.lock b/Gemfile.lock index 10ef762..74ecb09 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rack-openid2 (2.0.2) + rack-openid2 (2.0.3) rack (>= 2.2) ruby-openid2 (~> 3.1, >= 3.1.0) version_gem (~> 1.1, >= 1.1.4) diff --git a/lib/rack/openid/version.rb b/lib/rack/openid/version.rb index f6d2c07..f50ef65 100644 --- a/lib/rack/openid/version.rb +++ b/lib/rack/openid/version.rb @@ -1,7 +1,7 @@ module Rack class OpenID module Version - VERSION = "2.0.2" + VERSION = "2.0.3" end end end