From a69ef24b706137c6fdeba2fcde4283c8f18c6896 Mon Sep 17 00:00:00 2001 From: Dan Federman Date: Thu, 16 May 2024 22:03:58 -0400 Subject: [PATCH] Update Ruby version (#30) --- .github/workflows/ci.yml | 9 +++++++++ .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 585b902..7cde144 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,9 @@ jobs: name: Pod Lint runs-on: macos-14 steps: + - uses: ruby/setup-ruby@v1 + with: + ruby-version: '3.3.1' - name: Checkout Repo uses: actions/checkout@v3 - name: Bundle Install @@ -32,6 +35,9 @@ jobs: ] fail-fast: false steps: + - uses: ruby/setup-ruby@v1 + with: + ruby-version: '3.3.1' - name: Checkout Repo uses: actions/checkout@v3 - name: Bundle Install @@ -49,6 +55,9 @@ jobs: name: Swift Build Xcode 15 runs-on: macos-14 steps: + - uses: ruby/setup-ruby@v1 + with: + ruby-version: '3.3.1' - name: Checkout Repo uses: actions/checkout@v3 - name: Bundle Install diff --git a/.ruby-version b/.ruby-version index 818bd47..712bd5a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.6 +3.3.1 \ No newline at end of file diff --git a/Gemfile b/Gemfile index fe4f0da..ae20fb3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -ruby '3.0.6' +ruby '3.3.1' source 'https://rubygems.org' diff --git a/Gemfile.lock b/Gemfile.lock index 26ebd36..4dace9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,7 @@ DEPENDENCIES cocoapods (~> 1.15.0) RUBY VERSION - ruby 3.0.6p216 + ruby 3.3.1p55 BUNDLED WITH 2.4.12