Skip to content

Commit

Permalink
Merge pull request #589 from artichoke/lopopolo/ruby-3.3.0
Browse files Browse the repository at this point in the history
Upgrade all repositories to Ruby 3.3.0
  • Loading branch information
lopopolo authored Dec 25, 2023
2 parents eb7ed64 + 3f285e5 commit 772ac1e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions github-org-artichoke/repository_file_ruby_version.tf
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
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
"artichoke.github.io", // https://github.com/artichoke/artichoke.github.io
"boba", // https://github.com/artichoke/boba
"cactusref", // https://github.com/artichoke/cactusref
"docker-artichoke-nightly", // https://github.com/artichoke/docker-artichoke-nightly
"focaccia", // https://github.com/artichoke/focaccia
"generate_third_party", // https://github.com/artichoke/generate_third_party
"intaglio", // https://github.com/artichoke/intaglio
"known-folders-rs", // https://github.com/artichoke/known-folders-rs
"nightly", // https://github.com/artichoke/nightly
"playground", // https://github.com/artichoke/playground
"posix-space", // https://github.com/artichoke/posix-space
Expand All @@ -22,8 +23,10 @@ locals {
"roe", // https://github.com/artichoke/roe
"rubyconf", // https://github.com/artichoke/rubyconf
"ruby-file-expand-path", // https://github.com/artichoke/ruby-file-expand-path
"setup-rust", // https://github.com/artichoke/setup-rust
"strftime-ruby", // https://github.com/artichoke/strftime-ruby
"strudel", // https://github.com/artichoke/strudel
"sysdir-rs", // https://github.com/artichoke/sysdir-rs
]
}

Expand Down

0 comments on commit 772ac1e

Please sign in to comment.