Skip to content

Commit 3a37843

Browse files
author
github-actions
committed
update with project-syncing action
1 parent d2897a1 commit 3a37843

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

appdev.rails8-phase1.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ RUN sudo mkdir -p $HOME \
4747
&& rvm install 4.0.1 \
4848
&& rvm use 4.0.1 --default \
4949
&& rvm rubygems current \
50-
&& gem install bundler --no-document \
51-
&& gem install bundler -v '2.6.5' --no-document" \
50+
&& gem install bundler --no-document" \
5251
&& rm -rf /home/student/.rvm/src/ /home/student/.rvm/archives/ /home/student/.rvm/log/ \
5352
&& echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*' >> /home/student/.bashrc.d/70-ruby && echo "rvm_gems_path=/home/student/.rvm" > ~/.rvmrc
5453

0 commit comments

Comments
 (0)