File tree Expand file tree Collapse file tree 3 files changed +2
-35
lines changed
Expand file tree Collapse file tree 3 files changed +2
-35
lines changed Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v3
1616 - uses : ruby/setup-ruby@v1
1717 with :
18- ruby-version : ' 2.6 '
18+ ruby-version : ' 3.1 '
1919 - name : Install dependencies
2020 run : |
2121 sudo apt-get install libpcre3 libpcre3-dev libmagic-dev gperf gcc ragel swig
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN git clone https://github.com/rbenv/rbenv.git $RBENV_PATH \
1212 && echo 'export PATH="/usr/local/rbenv/shims:/usr/local/rbenv/bin:/usr/local/rbenv/plugins/ruby-build/bin:$PATH"' >> ~/.bashrc \
1313 && echo 'eval "$(rbenv init -)"' >> ~/.bashrc \
1414 && . ~/.bashrc \
15- && rbenv install 2.6.9 && rbenv global 2.6.9 \
15+ && rbenv install 3.1.7 && rbenv global 3.1.7 \
1616 && rbenv rehash
1717
1818RUN mkdir -p $APP_HOME
You can’t perform that action at this time.
0 commit comments