Skip to content

Commit

Permalink
bump to ruby 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
khcr committed Dec 3, 2023
1 parent f381855 commit 3f51ed6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV TZ=Europe/Zurich
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

# Ruby 2.7.6
RUN bash -lc 'rvm --default use ruby-3.1.2'
RUN bash -lc 'rvm --default use ruby-3.1.4'

# Activate Nginx (and disable the systemd service)
RUN rm -f /etc/service/nginx/down
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cucumber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
ruby-version: 3.1.4
bundler-cache: true
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
ruby-version: 3.1.4
bundler-cache: true
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.1.2
ruby-3.1.4

0 comments on commit 3f51ed6

Please sign in to comment.