Skip to content

Commit 1610e6e

Browse files
Bump devise from 4.6.1 to 4.7.1
Bumps [devise](https://github.com/plataformatec/devise) from 4.6.1 to 4.7.1. - [Release notes](https://github.com/plataformatec/devise/releases) - [Changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md) - [Commits](heartcombo/devise@v4.6.1...v4.7.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent e337ecd commit 1610e6e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Gemfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ GEM
4848
archive-zip (0.12.0)
4949
io-like (~> 0.3.0)
5050
arel (9.0.0)
51-
bcrypt (3.1.12)
51+
bcrypt (3.1.13)
5252
bindex (0.5.0)
5353
bootsnap (1.4.1)
5454
msgpack (~> 1.0)
@@ -81,13 +81,13 @@ GEM
8181
commonjs (0.2.7)
8282
concurrent-ruby (1.1.5)
8383
connection_pool (2.2.2)
84-
crass (1.0.4)
84+
crass (1.0.5)
8585
declarative (0.0.10)
8686
declarative-option (0.1.0)
87-
devise (4.6.1)
87+
devise (4.7.1)
8888
bcrypt (~> 3.0)
8989
orm_adapter (~> 0.1)
90-
railties (>= 4.1.0, < 6.0)
90+
railties (>= 4.1.0)
9191
responders
9292
warden (~> 1.2.3)
9393
devise-bootstrap-views (1.1.0)
@@ -98,7 +98,7 @@ GEM
9898
dotenv (= 2.7.1)
9999
railties (>= 3.2, < 6.1)
100100
dry-inflector (0.1.2)
101-
erubi (1.8.0)
101+
erubi (1.9.0)
102102
excon (0.62.0)
103103
execjs (2.7.0)
104104
faraday (0.15.4)
@@ -283,7 +283,7 @@ GEM
283283
http-cookie (1.0.3)
284284
domain_name (~> 0.5)
285285
httpclient (2.8.3)
286-
i18n (1.6.0)
286+
i18n (1.7.0)
287287
concurrent-ruby (~> 1.0)
288288
io-like (0.3.0)
289289
ipaddress (0.8.3)
@@ -307,7 +307,7 @@ GEM
307307
rb-fsevent (~> 0.9, >= 0.9.4)
308308
rb-inotify (~> 0.9, >= 0.9.7)
309309
ruby_dep (~> 1.2)
310-
loofah (2.2.3)
310+
loofah (2.3.1)
311311
crass (~> 1.0.2)
312312
nokogiri (>= 1.5.9)
313313
mail (2.7.1)
@@ -323,15 +323,15 @@ GEM
323323
mini_magick (4.9.2)
324324
mini_mime (1.0.1)
325325
mini_portile2 (2.4.0)
326-
minitest (5.11.3)
326+
minitest (5.13.0)
327327
msgpack (1.2.9)
328328
multi_json (1.13.1)
329329
multipart-post (2.0.0)
330330
net-http-persistent (3.0.0)
331331
connection_pool (~> 2.2)
332332
netrc (0.11.0)
333333
nio4r (2.3.1)
334-
nokogiri (1.10.1)
334+
nokogiri (1.10.5)
335335
mini_portile2 (~> 2.4.0)
336336
orm_adapter (0.5.0)
337337
os (1.0.0)
@@ -340,7 +340,7 @@ GEM
340340
pg (1.1.4)
341341
public_suffix (3.0.3)
342342
puma (3.12.1)
343-
rack (2.0.6)
343+
rack (2.0.7)
344344
rack-test (1.1.0)
345345
rack (>= 1.0, < 3)
346346
rails (5.2.2.1)
@@ -359,15 +359,15 @@ GEM
359359
rails-dom-testing (2.0.3)
360360
activesupport (>= 4.2.0)
361361
nokogiri (>= 1.6)
362-
rails-html-sanitizer (1.0.4)
363-
loofah (~> 2.2, >= 2.2.2)
362+
rails-html-sanitizer (1.3.0)
363+
loofah (~> 2.3)
364364
railties (5.2.2.1)
365365
actionpack (= 5.2.2.1)
366366
activesupport (= 5.2.2.1)
367367
method_source
368368
rake (>= 0.8.7)
369369
thor (>= 0.19.0, < 2.0)
370-
rake (12.3.2)
370+
rake (13.0.0)
371371
rb-fsevent (0.10.3)
372372
rb-inotify (0.10.0)
373373
ffi (~> 1.0)
@@ -384,9 +384,9 @@ GEM
384384
declarative (< 0.1.0)
385385
declarative-option (< 0.2.0)
386386
uber (< 0.2.0)
387-
responders (2.4.1)
388-
actionpack (>= 4.2.0, < 6.0)
389-
railties (>= 4.2.0, < 6.0)
387+
responders (3.0.0)
388+
actionpack (>= 5.0)
389+
railties (>= 5.0)
390390
rest-client (2.0.2)
391391
http-cookie (>= 1.0.2, < 2.0)
392392
mime-types (>= 1.16, < 4.0)

0 commit comments

Comments
 (0)