Skip to content

Commit

Permalink
Merge branch 'main' into depfu/batch_all/2024-11-13
Browse files Browse the repository at this point in the history
  • Loading branch information
otherguy authored Nov 13, 2024
2 parents 7b25329 + 5b3539c commit 2ce206e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ parameters:
default: main
default-ruby:
type: string
default: "3.3.5"
default: "3.3.6"

# Define common YAML anchors
x-common-auth: &common-auth
Expand Down Expand Up @@ -306,7 +306,7 @@ workflows:
matrix:
parameters:
os: ["docker", "macos"]
ruby-version: ["3.3.5", "3.2.3", "3.1.6"]
ruby-version: ["3.3.6", "3.2.3", "3.1.6"]
filters:
tags:
only: /^\d+\.\d+\.\d+$/
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.3.5 3.2.3 3.1.6
ruby 3.3.6 3.2.3 3.1.6

0 comments on commit 2ce206e

Please sign in to comment.