diff options
Diffstat (limited to 'railties/Rakefile')
-rw-r--r-- | railties/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile index 8de10ed121..1399242205 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -21,7 +21,7 @@ TEST_DIRS = %w( fixtures unit functional mocks mocks/development mocks/test ) LOG_FILES = %w( server.log development.log test.log production.log ) HTML_FILES = %w( 404.html 500.html index.html favicon.ico ) -BIN_FILES = %w( generate destroy breakpointer console server update ) +BIN_FILES = %w( generate destroy breakpointer console server update runner ) VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport actionwebservice railties ) |