Skip to content

Commit a790570

Browse files
committed
Prepare for 4.7.0 release
1 parent 12fc5b7 commit a790570

7 files changed

+77
-75
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
* enhancements
44
* Support Rails 6.0
5-
* Add `autocomplete="new-password"` to `password_confirmation` fields (by @ferrl)
65
* Update CI to rails 6.0.0.beta3 (by @tunnes)
76
* refactor method name to be more consistent (by @saiqulhaq)
8-
* Fix rails 6.0.rc1 email uniqueness validation deprecation error (by @Vasfed)
7+
* Fix rails 6.0.rc1 email uniqueness validation deprecation warning (by @Vasfed)
8+
9+
* bug fixes
10+
* Add `autocomplete="new-password"` to `password_confirmation` fields (by @ferrl)
911
* Fix rails_51_and_up? method for Rails 6.rc1 (by @igorkasyanchuk)
1012

1113
### 4.6.2 - 2019-03-26

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: .
1212
specs:
13-
devise (4.6.2)
13+
devise (4.7.0)
1414
bcrypt (~> 3.0)
1515
orm_adapter (~> 0.1)
1616
railties (>= 4.1.0)

gemfiles/Gemfile.rails-5.0-stable.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
devise (4.6.2)
13+
devise (4.7.0)
1414
bcrypt (~> 3.0)
1515
orm_adapter (~> 0.1)
16-
railties (>= 4.1.0, < 6.0)
16+
railties (>= 4.1.0)
1717
responders
1818
warden (~> 1.2.3)
1919

@@ -58,7 +58,7 @@ GEM
5858
minitest (~> 5.1)
5959
tzinfo (~> 1.1)
6060
arel (7.1.4)
61-
bcrypt (3.1.12)
61+
bcrypt (3.1.13)
6262
builder (3.2.3)
6363
concurrent-ruby (1.0.5)
6464
erubis (2.7.0)

gemfiles/Gemfile.rails-5.2-stable.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
devise (4.6.2)
13+
devise (4.7.0)
1414
bcrypt (~> 3.0)
1515
orm_adapter (~> 0.1)
16-
railties (>= 4.1.0, < 6.0)
16+
railties (>= 4.1.0)
1717
responders
1818
warden (~> 1.2.3)
1919

@@ -62,7 +62,7 @@ GEM
6262
minitest (~> 5.1)
6363
tzinfo (~> 1.1)
6464
arel (9.0.0)
65-
bcrypt (3.1.12)
65+
bcrypt (3.1.13)
6666
builder (3.2.3)
6767
concurrent-ruby (1.0.5)
6868
crass (1.0.4)

gemfiles/Gemfile.rails-6.0-stable

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
gemspec path: ".."
44

5-
gem 'rails', '>= 6.0.0.rc2', '< 6.1'
5+
gem "rails", '~> 6.0.0'
66
gem "omniauth"
77
gem "omniauth-oauth2"
88
gem "rdoc"
@@ -11,7 +11,7 @@ gem "activemodel-serializers-xml", github: "rails/activemodel-serializers-xml"
1111

1212
gem "rails-controller-testing"
1313

14-
gem "responders", "~> 2.4"
14+
gem "responders", "~> 3.0"
1515

1616
group :test do
1717
gem "omniauth-facebook"

gemfiles/Gemfile.rails-6.0-stable.lock

+63-63
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: ..
1212
specs:
13-
devise (4.6.2)
13+
devise (4.7.0)
1414
bcrypt (~> 3.0)
1515
orm_adapter (~> 0.1)
1616
railties (>= 4.1.0)
@@ -20,56 +20,56 @@ PATH
2020
GEM
2121
remote: https://rubygems.org/
2222
specs:
23-
actioncable (6.0.0.rc2)
24-
actionpack (= 6.0.0.rc2)
23+
actioncable (6.0.0)
24+
actionpack (= 6.0.0)
2525
nio4r (~> 2.0)
2626
websocket-driver (>= 0.6.1)
27-
actionmailbox (6.0.0.rc2)
28-
actionpack (= 6.0.0.rc2)
29-
activejob (= 6.0.0.rc2)
30-
activerecord (= 6.0.0.rc2)
31-
activestorage (= 6.0.0.rc2)
32-
activesupport (= 6.0.0.rc2)
27+
actionmailbox (6.0.0)
28+
actionpack (= 6.0.0)
29+
activejob (= 6.0.0)
30+
activerecord (= 6.0.0)
31+
activestorage (= 6.0.0)
32+
activesupport (= 6.0.0)
3333
mail (>= 2.7.1)
34-
actionmailer (6.0.0.rc2)
35-
actionpack (= 6.0.0.rc2)
36-
actionview (= 6.0.0.rc2)
37-
activejob (= 6.0.0.rc2)
34+
actionmailer (6.0.0)
35+
actionpack (= 6.0.0)
36+
actionview (= 6.0.0)
37+
activejob (= 6.0.0)
3838
mail (~> 2.5, >= 2.5.4)
3939
rails-dom-testing (~> 2.0)
40-
actionpack (6.0.0.rc2)
41-
actionview (= 6.0.0.rc2)
42-
activesupport (= 6.0.0.rc2)
40+
actionpack (6.0.0)
41+
actionview (= 6.0.0)
42+
activesupport (= 6.0.0)
4343
rack (~> 2.0)
4444
rack-test (>= 0.6.3)
4545
rails-dom-testing (~> 2.0)
46-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
47-
actiontext (6.0.0.rc2)
48-
actionpack (= 6.0.0.rc2)
49-
activerecord (= 6.0.0.rc2)
50-
activestorage (= 6.0.0.rc2)
51-
activesupport (= 6.0.0.rc2)
46+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
47+
actiontext (6.0.0)
48+
actionpack (= 6.0.0)
49+
activerecord (= 6.0.0)
50+
activestorage (= 6.0.0)
51+
activesupport (= 6.0.0)
5252
nokogiri (>= 1.8.5)
53-
actionview (6.0.0.rc2)
54-
activesupport (= 6.0.0.rc2)
53+
actionview (6.0.0)
54+
activesupport (= 6.0.0)
5555
builder (~> 3.1)
5656
erubi (~> 1.4)
5757
rails-dom-testing (~> 2.0)
58-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
59-
activejob (6.0.0.rc2)
60-
activesupport (= 6.0.0.rc2)
58+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
59+
activejob (6.0.0)
60+
activesupport (= 6.0.0)
6161
globalid (>= 0.3.6)
62-
activemodel (6.0.0.rc2)
63-
activesupport (= 6.0.0.rc2)
64-
activerecord (6.0.0.rc2)
65-
activemodel (= 6.0.0.rc2)
66-
activesupport (= 6.0.0.rc2)
67-
activestorage (6.0.0.rc2)
68-
actionpack (= 6.0.0.rc2)
69-
activejob (= 6.0.0.rc2)
70-
activerecord (= 6.0.0.rc2)
62+
activemodel (6.0.0)
63+
activesupport (= 6.0.0)
64+
activerecord (6.0.0)
65+
activemodel (= 6.0.0)
66+
activesupport (= 6.0.0)
67+
activestorage (6.0.0)
68+
actionpack (= 6.0.0)
69+
activejob (= 6.0.0)
70+
activerecord (= 6.0.0)
7171
marcel (~> 0.3.1)
72-
activesupport (6.0.0.rc2)
72+
activesupport (6.0.0)
7373
concurrent-ruby (~> 1.0, >= 1.0.2)
7474
i18n (>= 0.7, < 2)
7575
minitest (~> 5.1)
@@ -87,7 +87,7 @@ GEM
8787
hashie (3.6.0)
8888
i18n (1.6.0)
8989
concurrent-ruby (~> 1.0)
90-
jwt (2.1.0)
90+
jwt (2.2.1)
9191
loofah (2.2.3)
9292
crass (~> 1.0.2)
9393
nokogiri (>= 1.5.9)
@@ -101,13 +101,13 @@ GEM
101101
mini_mime (1.0.2)
102102
mini_portile2 (2.4.0)
103103
minitest (5.11.3)
104-
mocha (1.8.0)
104+
mocha (1.9.0)
105105
metaclass (~> 0.0.1)
106106
multi_json (1.13.1)
107107
multi_xml (0.6.0)
108-
multipart-post (2.0.0)
108+
multipart-post (2.1.1)
109109
nio4r (2.4.0)
110-
nokogiri (1.10.3)
110+
nokogiri (1.10.4)
111111
mini_portile2 (~> 2.4.0)
112112
oauth2 (1.4.1)
113113
faraday (>= 0.8, < 0.16.0)
@@ -133,20 +133,20 @@ GEM
133133
ruby-openid (>= 2.1.8)
134134
rack-test (1.1.0)
135135
rack (>= 1.0, < 3)
136-
rails (6.0.0.rc2)
137-
actioncable (= 6.0.0.rc2)
138-
actionmailbox (= 6.0.0.rc2)
139-
actionmailer (= 6.0.0.rc2)
140-
actionpack (= 6.0.0.rc2)
141-
actiontext (= 6.0.0.rc2)
142-
actionview (= 6.0.0.rc2)
143-
activejob (= 6.0.0.rc2)
144-
activemodel (= 6.0.0.rc2)
145-
activerecord (= 6.0.0.rc2)
146-
activestorage (= 6.0.0.rc2)
147-
activesupport (= 6.0.0.rc2)
136+
rails (6.0.0)
137+
actioncable (= 6.0.0)
138+
actionmailbox (= 6.0.0)
139+
actionmailer (= 6.0.0)
140+
actionpack (= 6.0.0)
141+
actiontext (= 6.0.0)
142+
actionview (= 6.0.0)
143+
activejob (= 6.0.0)
144+
activemodel (= 6.0.0)
145+
activerecord (= 6.0.0)
146+
activestorage (= 6.0.0)
147+
activesupport (= 6.0.0)
148148
bundler (>= 1.3.0)
149-
railties (= 6.0.0.rc2)
149+
railties (= 6.0.0)
150150
sprockets-rails (>= 2.0.0)
151151
rails-controller-testing (1.0.4)
152152
actionpack (>= 5.0.1.x)
@@ -155,19 +155,19 @@ GEM
155155
rails-dom-testing (2.0.3)
156156
activesupport (>= 4.2.0)
157157
nokogiri (>= 1.6)
158-
rails-html-sanitizer (1.1.0)
158+
rails-html-sanitizer (1.2.0)
159159
loofah (~> 2.2, >= 2.2.2)
160-
railties (6.0.0.rc2)
161-
actionpack (= 6.0.0.rc2)
162-
activesupport (= 6.0.0.rc2)
160+
railties (6.0.0)
161+
actionpack (= 6.0.0)
162+
activesupport (= 6.0.0)
163163
method_source
164164
rake (>= 0.8.7)
165165
thor (>= 0.20.3, < 2.0)
166166
rake (12.3.3)
167167
rdoc (6.1.1)
168-
responders (2.4.1)
169-
actionpack (>= 4.2.0, < 6.0)
170-
railties (>= 4.2.0, < 6.0)
168+
responders (3.0.0)
169+
actionpack (>= 5.0)
170+
railties (>= 5.0)
171171
ruby-openid (2.7.0)
172172
sprockets (3.7.2)
173173
concurrent-ruby (~> 1.0)
@@ -206,10 +206,10 @@ DEPENDENCIES
206206
omniauth-facebook
207207
omniauth-oauth2
208208
omniauth-openid
209-
rails (>= 6.0.0.rc2, < 6.1)
209+
rails (~> 6.0.0)
210210
rails-controller-testing
211211
rdoc
212-
responders (~> 2.4)
212+
responders (~> 3.0)
213213
sqlite3 (~> 1.4)
214214
test_after_commit
215215
timecop

lib/devise/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Devise
4-
VERSION = "4.6.2".freeze
4+
VERSION = "4.7.0".freeze
55
end

0 commit comments

Comments
 (0)