File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ gem "bootstrap-sass"
12
12
gem "bugsnag"
13
13
gem "chartkick"
14
14
gem "cocoon"
15
- gem "devise"
15
+ gem "devise" , '>= 4.7.1'
16
16
gem "devise_invitable"
17
17
gem "dotenv-rails"
18
18
gem "flipper"
Original file line number Diff line number Diff line change 64
64
autoprefixer-rails (9.5.1 )
65
65
execjs
66
66
awesome_print (1.8.0 )
67
- bcrypt (3.1.12 )
67
+ bcrypt (3.1.13 )
68
68
better_errors (2.5.0 )
69
69
coderay (>= 1.0.0 )
70
70
erubi (>= 1.0.0 )
@@ -126,10 +126,10 @@ GEM
126
126
crass (1.0.4 )
127
127
database_cleaner (1.7.0 )
128
128
debug_inspector (0.0.3 )
129
- devise (4.6.2 )
129
+ devise (4.7.1 )
130
130
bcrypt (~> 3.0 )
131
131
orm_adapter (~> 0.1 )
132
- railties (>= 4.1.0 , < 6.0 )
132
+ railties (>= 4.1.0 )
133
133
responders
134
134
warden (~> 1.2.3 )
135
135
devise_invitable (1.7.5 )
141
141
dotenv-rails (2.5.0 )
142
142
dotenv (= 2.5.0 )
143
143
railties (>= 3.2 , < 6.0 )
144
- erubi (1.8 .0 )
144
+ erubi (1.9 .0 )
145
145
erubis (2.7.0 )
146
146
et-orbi (1.2.1 )
147
147
tzinfo
220
220
rb-fsevent (~> 0.9 , >= 0.9.4 )
221
221
rb-inotify (~> 0.9 , >= 0.9.7 )
222
222
ruby_dep (~> 1.2 )
223
- loofah (2.2.3 )
223
+ loofah (2.3.0 )
224
224
crass (~> 1.0.2 )
225
225
nokogiri (>= 1.5.9 )
226
226
lumberjack (1.0.13 )
236
236
mini_magick (4.9.5 )
237
237
mini_mime (1.0.1 )
238
238
mini_portile2 (2.4.0 )
239
- minitest (5.11.3 )
239
+ minitest (5.12.2 )
240
240
momentjs-rails (2.20.1 )
241
241
railties (>= 3.1 )
242
242
multi_json (1.13.1 )
319
319
activesupport (>= 3.2 )
320
320
choice (~> 0.2.0 )
321
321
ruby-graphviz (~> 1.2 )
322
- rails-html-sanitizer (1.0.4 )
322
+ rails-html-sanitizer (1.2.0 )
323
323
loofah (~> 2.2 , >= 2.2.2 )
324
324
railties (5.2.2 )
325
325
actionpack (= 5.2.2 )
@@ -328,17 +328,17 @@ GEM
328
328
rake (>= 0.8.7 )
329
329
thor (>= 0.19.0 , < 2.0 )
330
330
rainbow (3.0.0 )
331
- rake (12.3.2 )
331
+ rake (12.3.3 )
332
332
rb-fsevent (0.10.3 )
333
333
rb-inotify (0.10.0 )
334
334
ffi (~> 1.0 )
335
335
rb-readline (0.5.5 )
336
336
redis (4.1.0 )
337
337
ref (2.0.0 )
338
338
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 )
342
342
rspec (3.8.0 )
343
343
rspec-core (~> 3.8.0 )
344
344
rspec-expectations (~> 3.8.0 )
@@ -504,7 +504,7 @@ DEPENDENCIES
504
504
chartkick
505
505
cocoon
506
506
database_cleaner
507
- devise
507
+ devise ( >= 4.7.1 )
508
508
devise_invitable
509
509
dotenv-rails
510
510
factory_bot_rails
You can’t perform that action at this time.
0 commit comments