aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/4_2_release_notes.md
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2014-11-05 15:22:48 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2014-11-05 15:22:48 +0530
commitc1116e954c89428b2611e3a595e257e83c47a633 (patch)
tree4660bf3ab5d8d6f3233b0b70802b159bed26d196 /guides/source/4_2_release_notes.md
parenta9d199016969d42a4cea44a7b44d4a0724100788 (diff)
downloadrails-c1116e954c89428b2611e3a595e257e83c47a633.tar.gz
rails-c1116e954c89428b2611e3a595e257e83c47a633.tar.bz2
rails-c1116e954c89428b2611e3a595e257e83c47a633.zip
Remove skip-gems from 4-2 release notes
- This option was removed in https://github.com/rails/rails/commit/bf17c8a531bc80. - [ci skip]
Diffstat (limited to 'guides/source/4_2_release_notes.md')
-rw-r--r--guides/source/4_2_release_notes.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md
index 17894b2752..94a3c728fe 100644
--- a/guides/source/4_2_release_notes.md
+++ b/guides/source/4_2_release_notes.md
@@ -358,10 +358,6 @@ Please refer to the [Changelog][railties] for detailed changes.
([Pull Request](https://github.com/rails/rails/pull/16129))
-* Introduced a `--skip-gems` option in the app generator to skip gems such as
- `turbolinks` and `coffee-rails` that do not have their own specific flags.
- ([Commit](https://github.com/rails/rails/commit/10565895805887d4faf004a6f71219da177f78b7))
-
* Introduced a `bin/setup` script to enable automated setup code when
bootstrapping an application.
([Pull Request](https://github.com/rails/rails/pull/15189))