From 2b9e484a68b2e59b593fffe7d6da86fe1fdda14d Mon Sep 17 00:00:00 2001 From: Daniel Figueiredo Date: Thu, 23 Oct 2025 15:06:56 -0400 Subject: [PATCH] chore: migrate Ruby gem sources to reposerver - Update Gemfile source URLs to use reposerver.w10external.com - Update Gemfile.lock remote URLs to use reposerver - Update GitHub Actions workflows to include BUNDLE_REPOSERVER__W10EXTERNAL__COM - Update bundler version to 2.7.2 - Update .devcontainer.json if present Ref: PLDY-431 --- .github/workflows/default.yml | 1 + Gemfile | 2 +- mise.toml | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 mise.toml diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 0f01481..5f375ac 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -29,6 +29,7 @@ jobs: with: bundler-cache: true env: + BUNDLE_REPOSERVER__W10EXTERNAL__COM: ${{ secrets.BUNDLE_REPOSERVER__W10EXTERNAL__COM }} ACTIVERECORD: ${{ matrix.activerecord_version }} - name: Test diff --git a/Gemfile b/Gemfile index fa75df1..770356a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ -source 'https://rubygems.org' +source 'https://reposerver.w10external.com/repository/gems' gemspec diff --git a/mise.toml b/mise.toml new file mode 100644 index 0000000..fc4993b --- /dev/null +++ b/mise.toml @@ -0,0 +1,2 @@ +[tools] +ruby = "3.1.2"