Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

chore(deps): Bump ruby from 3.1.2 to 3.1.3 #2069

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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 .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Set up ruby which we use in the verify shell script
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
ruby-version: '2.7'

# Runs a single command using the runners shell
- name: install node modules
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.2
FROM ruby:3.1.3
MAINTAINER [email protected]

RUN apt-get clean \
Expand Down