Skip to content

Commit

Permalink
Upgrade managed Ruby version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Dec 25, 2023
1 parent f1575b9 commit f01c4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github-org-artichoke/repository_file_ruby_version.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
locals {
force_bump_ruby_version = false

// https://github.com/ruby/ruby/tree/v3_2_2
ruby_version = "3.2.2"
// https://github.com/ruby/ruby/tree/v3_3_0
ruby_version = "3.3.0"

ruby_version_repos = [
"artichoke", // https://github.com/artichoke/artichoke
Expand Down

0 comments on commit f01c4d6

Please sign in to comment.