Skip to content

Commit

Permalink
Prepare for 4.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tegon committed Jan 23, 2018
1 parent 0f8695d commit e55c9ca
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### Unreleased

### 4.4.1 - 2018-01-23

* bug fixes
* Ensure Gemspec is loaded as utf-8. (by @segiddins)
* Fix `ActiveRecord` check on `Confirmable`. (by @tegon)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
devise (4.4.0)
devise (4.4.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.2)
Expand Down Expand Up @@ -190,4 +190,4 @@ DEPENDENCIES
webrat (= 0.7.3)

BUNDLED WITH
1.15.3
1.16.0
4 changes: 2 additions & 2 deletions 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.4.0)
devise (4.4.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.2)
Expand Down Expand Up @@ -168,4 +168,4 @@ DEPENDENCIES
webrat (= 0.7.3)

BUNDLED WITH
1.15.3
1.16.0
4 changes: 2 additions & 2 deletions 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.4.0)
devise (4.4.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.2)
Expand Down Expand Up @@ -189,4 +189,4 @@ DEPENDENCIES
webrat (= 0.7.3)

BUNDLED WITH
1.15.3
1.16.0
4 changes: 2 additions & 2 deletions 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.4.0)
devise (4.4.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.2)
Expand Down Expand Up @@ -189,4 +189,4 @@ DEPENDENCIES
webrat (= 0.7.3)

BUNDLED WITH
1.15.3
1.16.0
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.4.0".freeze
VERSION = "4.4.1".freeze
end

0 comments on commit e55c9ca

Please sign in to comment.