From f1575b90e1c041d841dbe4eade3c980f0d58cdf1 Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Mon, 25 Dec 2023 12:58:19 -0500 Subject: [PATCH 1/4] Update set of repositories to manage .ruby-version file for - Add new repositories since last update. - artichoke.github.io no longer has Ruby tools as of https://github.com/artichoke/artichoke.github.io/pull/152. --- github-org-artichoke/repository_file_ruby_version.tf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/github-org-artichoke/repository_file_ruby_version.tf b/github-org-artichoke/repository_file_ruby_version.tf index 53cb5b59..f3e0c76e 100644 --- a/github-org-artichoke/repository_file_ruby_version.tf +++ b/github-org-artichoke/repository_file_ruby_version.tf @@ -6,12 +6,13 @@ locals { 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 @@ -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 ] } From f01c4d66bb9ab878694f41e34a937525bd094f06 Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Mon, 25 Dec 2023 13:01:14 -0500 Subject: [PATCH 2/4] Upgrade managed Ruby version to 3.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Merry Christmas! 🎄🎄 https://www.ruby-lang.org/en/news/2023/12/25/ruby-3-3-0-released/ --- github-org-artichoke/repository_file_ruby_version.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github-org-artichoke/repository_file_ruby_version.tf b/github-org-artichoke/repository_file_ruby_version.tf index f3e0c76e..b02e9487 100644 --- a/github-org-artichoke/repository_file_ruby_version.tf +++ b/github-org-artichoke/repository_file_ruby_version.tf @@ -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 From cd6e725c57a2d92c14956c94e080d025111f0ce3 Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Mon, 25 Dec 2023 13:01:36 -0500 Subject: [PATCH 3/4] Deploy --- github-org-artichoke/repository_file_ruby_version.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-org-artichoke/repository_file_ruby_version.tf b/github-org-artichoke/repository_file_ruby_version.tf index b02e9487..df28ed36 100644 --- a/github-org-artichoke/repository_file_ruby_version.tf +++ b/github-org-artichoke/repository_file_ruby_version.tf @@ -1,5 +1,5 @@ locals { - force_bump_ruby_version = false + force_bump_ruby_version = true // https://github.com/ruby/ruby/tree/v3_3_0 ruby_version = "3.3.0" From 3f285e593133e27ebc7801ce37bf5f39e8a4902d Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Mon, 25 Dec 2023 13:32:38 -0500 Subject: [PATCH 4/4] Cleanup deployments --- github-org-artichoke/repository_file_ruby_version.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-org-artichoke/repository_file_ruby_version.tf b/github-org-artichoke/repository_file_ruby_version.tf index df28ed36..b02e9487 100644 --- a/github-org-artichoke/repository_file_ruby_version.tf +++ b/github-org-artichoke/repository_file_ruby_version.tf @@ -1,5 +1,5 @@ locals { - force_bump_ruby_version = true + force_bump_ruby_version = false // https://github.com/ruby/ruby/tree/v3_3_0 ruby_version = "3.3.0"