diff options
author | Arthur Neves <arthurnn@gmail.com> | 2015-03-19 10:16:05 -0400 |
---|---|---|
committer | Arthur Neves <arthurnn@gmail.com> | 2015-03-19 10:16:05 -0400 |
commit | 45786be516e13d55a1fca9a4abaddd5781209103 (patch) | |
tree | c6b3ef4e56e9e11758a005da32fced68f4e5c2f4 /railties/lib/rails/generators/rails | |
parent | 9959e9525b9bd3324288c87f1c791cbb488c36c8 (diff) | |
parent | a9eb12393fa1245620533a58ed36f651558ecae8 (diff) | |
download | rails-45786be516e13d55a1fca9a4abaddd5781209103.tar.gz rails-45786be516e13d55a1fca9a4abaddd5781209103.tar.bz2 rails-45786be516e13d55a1fca9a4abaddd5781209103.zip |
Merge branch 'bin_test_runner'. #19216
3 commits were missing when we merged the PR, probably they were lost
when that branch was rebased against latest master.
This merge, contains those 3 commits.
Diffstat (limited to 'railties/lib/rails/generators/rails')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/Gemfile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/Gemfile b/railties/lib/rails/generators/rails/app/templates/Gemfile index 82a0315379..c11bb58bfa 100644 --- a/railties/lib/rails/generators/rails/app/templates/Gemfile +++ b/railties/lib/rails/generators/rails/app/templates/Gemfile @@ -36,10 +36,6 @@ group :development, :test do # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' <% end -%> - - # Adds `Method#source` and `Method#comment` to get the source code of a - # method from the console - gem 'method_source' <% end -%> end <% if RUBY_PLATFORM.match(/bccwin|cygwin|emx|mingw|mswin|wince|java/) -%> |