From 068e21180137c01dd50d1778aa8bd7be92f9e35f Mon Sep 17 00:00:00 2001 From: Dan Federman Date: Mon, 24 Apr 2023 13:42:35 -0700 Subject: [PATCH] =?UTF-8?q?Use=20cached=20ruby=20version=20=E2=80=93=20no?= =?UTF-8?q?=20need=20to=20install=20the=20latest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 9 --------- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 4 ++-- 4 files changed, 4 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa68fe0..0c7c5f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,6 @@ jobs: name: Pod Lint runs-on: macos-13 steps: - - uses: ruby/setup-ruby@v1 - with: - ruby-version: '2.7.6' - name: Checkout Repo uses: actions/checkout@v3 - name: Bundle Install @@ -33,9 +30,6 @@ jobs: ] fail-fast: false steps: - - uses: ruby/setup-ruby@v1 - with: - ruby-version: '2.7.6' - name: Checkout Repo uses: actions/checkout@v3 - name: Bundle Install @@ -53,9 +47,6 @@ jobs: name: Swift Build Xcode 14 runs-on: macos-13 steps: - - uses: ruby/setup-ruby@v1 - with: - ruby-version: '2.7.6' - name: Checkout Repo uses: actions/checkout@v3 - name: Bundle Install diff --git a/.ruby-version b/.ruby-version index 49cdd66..818bd47 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.6 +3.0.6 diff --git a/Gemfile b/Gemfile index cda0c02..99cf8e7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -ruby '2.7.6' +ruby '3.0.6' source 'https://rubygems.org' diff --git a/Gemfile.lock b/Gemfile.lock index 8d7bca1..abe2ae6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,7 +92,7 @@ DEPENDENCIES cocoapods (~> 1.12.0) RUBY VERSION - ruby 2.7.6p219 + ruby 3.0.6p216 BUNDLED WITH - 2.3.15 + 2.4.12