Skip to content

Commit

Permalink
Require active_support/secure_random for Ruby 1.9.
Browse files Browse the repository at this point in the history
[rails#1326 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
  • Loading branch information
amatsuda authored and jeremy committed Nov 19, 2008
1 parent 8e4624b commit baa8ee5
Showing 1 changed file with 1 addition and 0 deletions.
@@ -1,5 +1,6 @@
require 'rbconfig'
require 'digest/md5'
require 'active_support/secure_random'

class AppGenerator < Rails::Generator::Base
DEFAULT_SHEBANG = File.join(Config::CONFIG['bindir'],
Expand Down

0 comments on commit baa8ee5

Please sign in to comment.