Skip to content

Commit

Permalink
DBZ-7269 Prescibe Ruby 2 bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Dec 19, 2023
1 parent 398c258 commit 940b768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN yarn global add @antora/cli@3.0.0-alpha.9 @antora/site-generator-default@3.0
# Install Rake and Bundler. This is the minimum needed to generate the site ...
RUN gem install bundler -v "~>1.0" \
&& gem install rdoc -v 6.2.0 \
&& gem install bundler \
&& gem install bundler -v 2.4.22 \
&& gem install jekyll -v ">= 3.8.3, < 4.3" \
&& gem install rake

Expand Down

0 comments on commit 940b768

Please sign in to comment.