Skip to content

Commit

Permalink
Updating ruby to 3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
erinesullivan committed Apr 1, 2024
1 parent d4a1b40 commit 5552bbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
run: cat env.* > .env
- name: Load .env file
uses: xom9ikk/dotenv@v2
- name: Set up Ruby 3.2
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true
- name: Run linter for Ruby
run: bundle exec standardrb
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.2 AS development
FROM ruby:3.3 AS development

ARG UNAME=app
ARG UID=1000
Expand Down

0 comments on commit 5552bbc

Please sign in to comment.