Skip to content

Commit 6183482

Browse files
authored
Merge pull request #300 from ryuzee/rollback_devise
rollback devise to 4.3.0
2 parents 200644f + eb98047 commit 6183482

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ gem 'twitter-bootstrap-rails', '~> 4.0'
4242
gem 'will_paginate'
4343
gem 'will_paginate-bootstrap'
4444
# Authentication
45-
gem 'devise', '4.4.0'
45+
# https://github.com/plataformatec/devise/issues/4742
46+
gem 'devise', '4.3.0'
4647
gem 'devise-bootstrap-views', '0.0.11'
4748
gem 'devise-i18n', '1.5.0'
4849
gem 'devise-i18n-views', '0.3.7'

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ GEM
203203
debug_inspector (0.0.3)
204204
descendants_tracker (0.0.4)
205205
thread_safe (~> 0.3, >= 0.3.1)
206-
devise (4.4.0)
206+
devise (4.3.0)
207207
bcrypt (~> 3.0)
208208
orm_adapter (~> 0.1)
209209
railties (>= 4.1.0, < 5.2)
@@ -289,7 +289,7 @@ GEM
289289
mimemagic (0.3.2)
290290
mini_mime (1.0.0)
291291
mini_portile2 (2.3.0)
292-
minitest (5.10.3)
292+
minitest (5.11.0)
293293
momentjs-rails (2.17.1)
294294
railties (>= 3.1)
295295
multi_json (1.12.2)
@@ -578,7 +578,7 @@ DEPENDENCIES
578578
coffee-rails
579579
counter_culture
580580
database_cleaner
581-
devise (= 4.4.0)
581+
devise (= 4.3.0)
582582
devise-bootstrap-views (= 0.0.11)
583583
devise-i18n (= 1.5.0)
584584
devise-i18n-views (= 0.3.7)

0 commit comments

Comments
 (0)