Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN eval "$(rbenv init -)" \

RUN eval "$(rbenv init -)" \
&& git clone https://github.com/sstephenson/rbenv-default-gems.git $(rbenv root)/plugins/rbenv-default-gems \
&& echo 'bundler' >> $(rbenv root)/default-gems
&& echo 'bundler 2.3.26' >> $(rbenv root)/default-gems

RUN eval "$(rbenv init -)" \
&& rbenv install 2.5.9
Expand Down