Skip to content

Commit 5a447be

Browse files
authored
Updates Devise to 4.7.1 or higher. Addresses security alert. (#1221)
1 parent 1f843bb commit 5a447be

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem "bootstrap-sass"
1212
gem "bugsnag"
1313
gem "chartkick"
1414
gem "cocoon"
15-
gem "devise"
15+
gem "devise", '>= 4.7.1'
1616
gem "devise_invitable"
1717
gem "dotenv-rails"
1818
gem "flipper"

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ GEM
6464
autoprefixer-rails (9.5.1)
6565
execjs
6666
awesome_print (1.8.0)
67-
bcrypt (3.1.12)
67+
bcrypt (3.1.13)
6868
better_errors (2.5.0)
6969
coderay (>= 1.0.0)
7070
erubi (>= 1.0.0)
@@ -126,10 +126,10 @@ GEM
126126
crass (1.0.4)
127127
database_cleaner (1.7.0)
128128
debug_inspector (0.0.3)
129-
devise (4.6.2)
129+
devise (4.7.1)
130130
bcrypt (~> 3.0)
131131
orm_adapter (~> 0.1)
132-
railties (>= 4.1.0, < 6.0)
132+
railties (>= 4.1.0)
133133
responders
134134
warden (~> 1.2.3)
135135
devise_invitable (1.7.5)
@@ -141,7 +141,7 @@ GEM
141141
dotenv-rails (2.5.0)
142142
dotenv (= 2.5.0)
143143
railties (>= 3.2, < 6.0)
144-
erubi (1.8.0)
144+
erubi (1.9.0)
145145
erubis (2.7.0)
146146
et-orbi (1.2.1)
147147
tzinfo
@@ -220,7 +220,7 @@ GEM
220220
rb-fsevent (~> 0.9, >= 0.9.4)
221221
rb-inotify (~> 0.9, >= 0.9.7)
222222
ruby_dep (~> 1.2)
223-
loofah (2.2.3)
223+
loofah (2.3.0)
224224
crass (~> 1.0.2)
225225
nokogiri (>= 1.5.9)
226226
lumberjack (1.0.13)
@@ -236,7 +236,7 @@ GEM
236236
mini_magick (4.9.5)
237237
mini_mime (1.0.1)
238238
mini_portile2 (2.4.0)
239-
minitest (5.11.3)
239+
minitest (5.12.2)
240240
momentjs-rails (2.20.1)
241241
railties (>= 3.1)
242242
multi_json (1.13.1)
@@ -319,7 +319,7 @@ GEM
319319
activesupport (>= 3.2)
320320
choice (~> 0.2.0)
321321
ruby-graphviz (~> 1.2)
322-
rails-html-sanitizer (1.0.4)
322+
rails-html-sanitizer (1.2.0)
323323
loofah (~> 2.2, >= 2.2.2)
324324
railties (5.2.2)
325325
actionpack (= 5.2.2)
@@ -328,17 +328,17 @@ GEM
328328
rake (>= 0.8.7)
329329
thor (>= 0.19.0, < 2.0)
330330
rainbow (3.0.0)
331-
rake (12.3.2)
331+
rake (12.3.3)
332332
rb-fsevent (0.10.3)
333333
rb-inotify (0.10.0)
334334
ffi (~> 1.0)
335335
rb-readline (0.5.5)
336336
redis (4.1.0)
337337
ref (2.0.0)
338338
regexp_parser (1.3.0)
339-
responders (2.4.1)
340-
actionpack (>= 4.2.0, < 6.0)
341-
railties (>= 4.2.0, < 6.0)
339+
responders (3.0.0)
340+
actionpack (>= 5.0)
341+
railties (>= 5.0)
342342
rspec (3.8.0)
343343
rspec-core (~> 3.8.0)
344344
rspec-expectations (~> 3.8.0)
@@ -504,7 +504,7 @@ DEPENDENCIES
504504
chartkick
505505
cocoon
506506
database_cleaner
507-
devise
507+
devise (>= 4.7.1)
508508
devise_invitable
509509
dotenv-rails
510510
factory_bot_rails

0 commit comments

Comments
 (0)