1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/gemfiles
Stan Hu 1192c76f62 Fix corner case when confirmation_sent_at is equal to 0.days.ago (#4529)
If `Confirmable#confirmation_sent_at` is equal to `0.days.ago`, then
`confirmation_period_valid?` will be deemed valid even if the setting is
configured to disable this outright. To prevent this error, we explicitly
check the configuration setting to be `0.days.ago`.
2018-12-04 14:34:32 -02:00
..
Gemfile.rails-4.1-stable Fix corner case when confirmation_sent_at is equal to 0.days.ago (#4529) 2018-12-04 14:34:32 -02:00
Gemfile.rails-4.1-stable.lock Fix corner case when confirmation_sent_at is equal to 0.days.ago (#4529) 2018-12-04 14:34:32 -02:00
Gemfile.rails-4.2-stable Fix corner case when confirmation_sent_at is equal to 0.days.ago (#4529) 2018-12-04 14:34:32 -02:00
Gemfile.rails-4.2-stable.lock Fix corner case when confirmation_sent_at is equal to 0.days.ago (#4529) 2018-12-04 14:34:32 -02:00
Gemfile.rails-5.0-stable Fix corner case when confirmation_sent_at is equal to 0.days.ago (#4529) 2018-12-04 14:34:32 -02:00
Gemfile.rails-5.0-stable.lock Fix corner case when confirmation_sent_at is equal to 0.days.ago (#4529) 2018-12-04 14:34:32 -02:00
Gemfile.rails-5.2-rc1 Fix corner case when confirmation_sent_at is equal to 0.days.ago (#4529) 2018-12-04 14:34:32 -02:00
Gemfile.rails-5.2-rc1.lock Fix corner case when confirmation_sent_at is equal to 0.days.ago (#4529) 2018-12-04 14:34:32 -02:00