Skip to content

Commit

Permalink
Prepare for 4.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tegon committed Mar 26, 2019
1 parent 241e807 commit 2e5b5fc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
devise (4.6.1)
devise (4.6.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-4.1-stable.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GIT
PATH
remote: ..
specs:
devise (4.6.1)
devise (4.6.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-4.2-stable.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ GIT
PATH
remote: ..
specs:
devise (4.6.1)
devise (4.6.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-5.0-stable.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
devise (4.6.1)
devise (4.6.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-5.2-stable.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
devise (4.6.1)
devise (4.6.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-6.0-beta.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
devise (4.6.1)
devise (4.6.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/devise/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Devise
VERSION = "4.6.1".freeze
VERSION = "4.6.2".freeze
end

0 comments on commit 2e5b5fc

Please sign in to comment.