Skip to content

Commit

Permalink
Update ruby to 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Nov 6, 2024
1 parent 2a40c41 commit 0cbb6b8
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.5'
RUBY33: '3.3.6'
RUBY32: '3.2.6'
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.5#2024-10-30T21:02:31.723766Z
3.3.6#2024-11-06T01:02:03.817879Z
3.2.6#2024-10-30T21:00:23.359771Z
3.1.6#2024-10-19T23:57:47.719735Z
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.5
RUBY_VER ?= 3.3.6
RUBY_VER_MINOR := $(shell v='$(RUBY_VER)'; echo "$${v%.*}")

REGISTRY ?= docker.io
Expand Down

0 comments on commit 0cbb6b8

Please sign in to comment.