Skip to content

Commit

Permalink
Bump to v4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Jun 10, 2020
1 parent 87108ad commit 16f27b3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
### Unreleased
### 4.7.1 - 2020-06-10

* enhancements
* Increase default stretches to 12 (by @sergey-alekseev)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -19,7 +19,7 @@ GIT
PATH
remote: .
specs:
devise (4.7.1)
devise (4.7.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-4.1-stable.lock
Expand Up @@ -48,7 +48,7 @@ GIT
PATH
remote: ..
specs:
devise (4.7.1)
devise (4.7.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-4.2-stable.lock
Expand Up @@ -57,7 +57,7 @@ GIT
PATH
remote: ..
specs:
devise (4.7.1)
devise (4.7.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-5.0-stable.lock
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
devise (4.7.1)
devise (4.7.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-5.1-stable.lock
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
devise (4.7.1)
devise (4.7.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-5.2-stable.lock
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
devise (4.7.1)
devise (4.7.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-6.0-stable.lock
Expand Up @@ -19,7 +19,7 @@ GIT
PATH
remote: ..
specs:
devise (4.7.1)
devise (4.7.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/devise/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Devise
VERSION = "4.7.1".freeze
VERSION = "4.7.2".freeze
end

0 comments on commit 16f27b3

Please sign in to comment.