airblade / quo_vadis

Multifactor authentication for Rails (7 and 6).
MIT License
33 stars 4 forks source link

ActiveSupport::SecureRandom deprecated in 3.1, removed in 3.2 #5

Closed ianmassey closed 12 years ago

ianmassey commented 12 years ago

Changed the reference to SecureRandom, see https://github.com/rails/rails/commit/1170cceaaec8c0c8aef173913405be1456e4b2be#activesupport/lib/active_support

gmgent commented 12 years ago

merge please!

gmgent commented 12 years ago

Also, thanks airblade for a great gem and ianmassey for fixing the SecureRandom issue. I hope this fix makes it back to the gem soon because everything else works really well. Cheers!

airblade commented 12 years ago

Many thanks for this, and sorry for the delay.

It's in v1.1.2.

gmgent commented 12 years ago

Thanks, I appreciate your efforts. Great gem!