File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ gem 'twitter-bootstrap-rails', '~> 4.0'
42
42
gem 'will_paginate'
43
43
gem 'will_paginate-bootstrap'
44
44
# Authentication
45
- gem 'devise' , '4.4.0'
45
+ # https://github.com/plataformatec/devise/issues/4742
46
+ gem 'devise' , '4.3.0'
46
47
gem 'devise-bootstrap-views' , '0.0.11'
47
48
gem 'devise-i18n' , '1.5.0'
48
49
gem 'devise-i18n-views' , '0.3.7'
Original file line number Diff line number Diff line change 203
203
debug_inspector (0.0.3 )
204
204
descendants_tracker (0.0.4 )
205
205
thread_safe (~> 0.3 , >= 0.3.1 )
206
- devise (4.4 .0 )
206
+ devise (4.3 .0 )
207
207
bcrypt (~> 3.0 )
208
208
orm_adapter (~> 0.1 )
209
209
railties (>= 4.1.0 , < 5.2 )
289
289
mimemagic (0.3.2 )
290
290
mini_mime (1.0.0 )
291
291
mini_portile2 (2.3.0 )
292
- minitest (5.10.3 )
292
+ minitest (5.11.0 )
293
293
momentjs-rails (2.17.1 )
294
294
railties (>= 3.1 )
295
295
multi_json (1.12.2 )
@@ -578,7 +578,7 @@ DEPENDENCIES
578
578
coffee-rails
579
579
counter_culture
580
580
database_cleaner
581
- devise (= 4.4 .0 )
581
+ devise (= 4.3 .0 )
582
582
devise-bootstrap-views (= 0.0.11 )
583
583
devise-i18n (= 1.5.0 )
584
584
devise-i18n-views (= 0.3.7 )
You can’t perform that action at this time.
0 commit comments