Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 0a39d9a

Browse files
Update dependency ruby
1 parent b448631 commit 0a39d9a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
DATABASE_URL: postgres://postgres:postgres@postgres/asyncgo_test
8888
rubocop:
8989
runs-on: ubuntu-latest
90-
container: ruby:3.1.0
90+
container: ruby:3.3.4
9191
steps:
9292
- uses: actions/checkout@v3
9393
- uses: actions/cache@v2
@@ -105,7 +105,7 @@ jobs:
105105
run: bundle exec rubocop
106106
haml-lint:
107107
runs-on: ubuntu-latest
108-
container: ruby:3.1.0
108+
container: ruby:3.3.4
109109
steps:
110110
- uses: actions/checkout@v3
111111
- uses: actions/cache@v2

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.3.5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.1.0
1+
FROM ruby:3.3.4
22

33
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
44
RUN apt update && apt install --yes --quiet nodejs

0 commit comments

Comments
 (0)