From a84b50374e0a063646ade80bfcfa81a5c8e887c2 Mon Sep 17 00:00:00 2001 From: Alex Kitchens Date: Mon, 29 Aug 2016 11:00:43 -0500 Subject: [ci skip] Update branch version in Contributing Guide Since only Rails 4 and above are currently supported, this updates a 3-2-stable example to be consistent with the support standard. --- guides/source/contributing_to_ruby_on_rails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/contributing_to_ruby_on_rails.md') diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md index ba8d085f79..332d8fc852 100644 --- a/guides/source/contributing_to_ruby_on_rails.md +++ b/guides/source/contributing_to_ruby_on_rails.md @@ -677,7 +677,7 @@ $ git format-patch master --stdout > ~/my_changes.patch Switch over to the target branch and apply your changes: ```bash -$ git checkout -b my_backport_branch 3-2-stable +$ git checkout -b my_backport_branch 4-2-stable $ git apply ~/my_changes.patch ``` -- cgit v1.2.3