Changeset 2259 for branches/locker-dev


Ignore:
Timestamp:
Jul 17, 2012, 7:03:55 PM (12 years ago)
Author:
glasgall
Message:
Depend on minitest to make 'rails console' work on ruby1.9
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/locker-dev/locker/deploy/bin/rails

    r2149 r2259  
    227227
    228228# have to explicitly take a dependency on fcgi
     229# ruby1.9 means we need to take a dependency on minitest
     230# for rails console to work
    229231open GEMFILE, ">>Gemfile";
    230232print GEMFILE "gem 'fcgi'\n";
     233print GEMFILE "gem 'minitest'\n";
    231234close GEMFILE;
    232235
Note: See TracChangeset for help on using the changeset viewer.