Skip to content

Commit 6daf651

Browse files
committed
Avoid Gemfile incompatibility error when switching threw major branch
1 parent 7a7507e commit 6daf651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ task :update_docs, [:version, :branch, :website_path] do |t, args|
7171

7272
`git checkout #{latest_release}`
7373
doc_destination_path = "#{args[:website_path]}/source/documentation/#{args[:version]}/#{project}/"
74-
cmd = "bundle install && \
74+
cmd = "bundle update && \
7575
RUBYOPT='-I#{args[:website_path]}/lib' bundle exec yard \
7676
--yardopts .yardopts \
7777
--output-dir #{doc_destination_path}"

0 commit comments

Comments
 (0)