Skip to content

Commit

Permalink
Prepare for 4.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tegon committed Feb 11, 2019
1 parent 5be5220 commit 20e299b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
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.6.0)
devise (4.6.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
Expand Down Expand Up @@ -196,7 +196,7 @@ DEPENDENCIES
rails-controller-testing
rdoc
responders (~> 2.4)
sqlite3
sqlite3 (~> 1.3.6)
timecop
webrat (= 0.7.3)

Expand Down
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.6.0)
devise (4.6.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
Expand Down Expand Up @@ -164,7 +164,7 @@ DEPENDENCIES
omniauth-openid
rails!
rdoc (~> 5.1)
sqlite3
sqlite3 (~> 1.3.6)
test_after_commit
timecop
webrat (= 0.7.3)
Expand Down
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.6.0)
devise (4.6.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
Expand Down Expand Up @@ -186,7 +186,7 @@ DEPENDENCIES
omniauth-openid
rails!
rdoc (~> 5.1)
sqlite3
sqlite3 (~> 1.3.6)
test_after_commit
timecop
webrat (= 0.7.3)
Expand Down
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.6.0)
devise (4.6.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
Expand Down Expand Up @@ -185,7 +185,7 @@ DEPENDENCIES
rails-controller-testing
rdoc
responders (~> 2.1)
sqlite3
sqlite3 (~> 1.3.6)
test_after_commit
timecop
webrat (= 0.7.3)
Expand Down
4 changes: 2 additions & 2 deletions 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.0)
devise (4.6.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
Expand Down Expand Up @@ -194,7 +194,7 @@ DEPENDENCIES
rails-controller-testing
rdoc
responders (~> 2.1)
sqlite3
sqlite3 (~> 1.3.6)
test_after_commit
timecop
webrat (= 0.7.3)
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0)
devise (4.6.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
Expand Down Expand Up @@ -207,7 +207,7 @@ DEPENDENCIES
rails-controller-testing
rdoc
responders (~> 2.4)
sqlite3
sqlite3 (~> 1.3.6)
test_after_commit
timecop
webrat (= 0.7.3)
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.0".freeze
VERSION = "4.6.1".freeze
end

0 comments on commit 20e299b

Please sign in to comment.