From 24fa3afaca6742850b00bff0cb8775f1d9235473 Mon Sep 17 00:00:00 2001 From: kdelchev Date: Wed, 29 Jul 2015 23:09:49 +0300 Subject: [PATCH] Update README file --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7848dd7..b7581b3 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,10 @@ Please note that D3 is provided via the asset pipeline and you do *not* need to Then add it to your manifest file, most probably at `app/assets/javascripts/application.js`: //= require d3 + +## Development + +To update D3 version in gem run rake task: +```bash +bundle exec rake d3:update_version +```