aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2015-01-13 10:23:09 -0700
committerSean Griffin <sean@thoughtbot.com>2015-01-13 10:24:10 -0700
commit0b2e0528df36bcef4aca62b86f55e1ea85604cd8 (patch)
tree800e5fb48592f4b690a643f06120c538622bc039 /railties/CHANGELOG.md
parent1302edf3e53a2322e3496588c0c06e7e882d3cc6 (diff)
downloadrails-0b2e0528df36bcef4aca62b86f55e1ea85604cd8.tar.gz
rails-0b2e0528df36bcef4aca62b86f55e1ea85604cd8.tar.bz2
rails-0b2e0528df36bcef4aca62b86f55e1ea85604cd8.zip
Add the `method_source` gem to the default Gemfile
Fixes #18473
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 3e797e03cb..30b86db8bb 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add the `method_source` gem to the default Gemfile for apps
+
+ *Sean Griffin*
+
* Drop old test locations from `rake stats`
- test/functional
- test/unit