summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index d44bcb4..7880169 100644
--- a/Rakefile
+++ b/Rakefile
@@ -15,6 +15,7 @@ task :doc do
end
sh 'git checkout master'
rm_rf 'doc'
+ sh 'bundle update'
sh 'bundle exec rake doc'
sh 'git checkout gh-pages'
sh 'git add doc'