From 7f4f3450f13d457de3367f2401b8861e75a2e54d Mon Sep 17 00:00:00 2001 From: Kasper Hirvikoski Date: Wed, 12 Jun 2024 16:47:21 +0300 Subject: [PATCH] Upgrade Ruby to 3.3.3 --- .ruby-version | 2 +- Gemfile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 47725433..619b5376 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.2 +3.3.3 diff --git a/Gemfile b/Gemfile index 484ec34c..528b6b0e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -ruby '3.3.2' +ruby '3.3.3' gem 'cocoapods', '1.15.2' diff --git a/README.md b/README.md index 92613522..af466376 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ For a debug build, change the `-configuration` flag to `Debug` in the above comm Phoenix manages dependencies with [CocoaPods](https://cocoapods.org). Note that you do not need CocoaPods for basic development. However, if you want to install new pods or update existing ones, you will also need: -4. [Ruby](https://www.ruby-lang.org) (3.3.2 or higher), it is recommended that you manage Ruby versions with for instance [rbenv](https://github.com/rbenv/rbenv/) +4. [Ruby](https://www.ruby-lang.org) (3.3.3 or higher), it is recommended that you manage Ruby versions with for instance [rbenv](https://github.com/rbenv/rbenv/) 5. [Bundler](http://bundler.io) 6. CocoaPods