Skip to content

Commit

Permalink
Update ruby to 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Sep 5, 2024
1 parent 044ec63 commit b233268
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
pull_request:

env:
RUBY33: '3.3.4'
RUBY33: '3.3.5'
RUBY32: '3.2.5'
RUBY31: '3.1.6'
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .ruby
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
3.3.4#2024-08-15T12:00:08.803319Z
3.3.5#2024-09-04T21:02:39.012024Z
3.2.5#2024-08-15T11:59:04.318492Z
3.1.6#2024-08-15T11:58:02.421559Z
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include env_make

RUBY_VER ?= 3.3.4
RUBY_VER ?= 3.3.5
RUBY_VER_MINOR := $(shell v='$(RUBY_VER)'; echo "$${v%.*}")

REGISTRY ?= docker.io
Expand Down

0 comments on commit b233268

Please sign in to comment.