aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index bb440edd36..d39471862e 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -202,6 +202,7 @@ end
task :copy_gem_environment do
cp "environments/shared_for_gem.rb", "#{PKG_DESTINATION}/config/environment.rb"
+ cp "bin/breakpointing_for_gem", "#{PKG_DESTINATION}/script/breakpointing"
end