Skip to content

Commit

Permalink
Prepare v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbanfield committed Mar 12, 2018
1 parent 0638cb6 commit 06814ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 7 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
devise-pwned_password (0.1.3)
devise-pwned_password (0.1.4)
devise (~> 4)
rails (~> 5.1.2)

Expand Down Expand Up @@ -58,21 +58,19 @@ GEM
responders
warden (~> 1.2.3)
erubi (1.6.1)
globalid (0.4.0)
globalid (0.4.1)
activesupport (>= 4.2.0)
i18n (0.8.6)
loofah (2.1.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.6.6)
mime-types (>= 1.16, < 4)
mail (2.7.0)
mini_mime (>= 0.1.1)
method_source (0.9.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.10.3)
nio4r (2.1.0)
nio4r (2.2.0)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
orm_adapter (0.5.0)
Expand Down Expand Up @@ -136,7 +134,7 @@ GEM
rack (>= 1.0)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
websocket-extensions (0.1.3)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/devise/pwned_password/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Devise
module PwnedPassword
VERSION = "0.1.3"
VERSION = "0.1.4"
end
end

0 comments on commit 06814ba

Please sign in to comment.