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

Commit

Permalink
Update dependency ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2024
1 parent b448631 commit 0a39d9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
DATABASE_URL: postgres://postgres:postgres@postgres/asyncgo_test
rubocop:
runs-on: ubuntu-latest
container: ruby:3.1.0
container: ruby:3.3.4
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v2
Expand All @@ -105,7 +105,7 @@ jobs:
run: bundle exec rubocop
haml-lint:
runs-on: ubuntu-latest
container: ruby:3.1.0
container: ruby:3.3.4
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.3.5
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.0
FROM ruby:3.3.4

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

0 comments on commit 0a39d9a

Please sign in to comment.