Skip to content

Commit

Permalink
Upgrade Ruby to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper committed Jun 12, 2024
1 parent cea3f84 commit 7f4f345
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.2
3.3.3
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
ruby '3.3.2'
ruby '3.3.3'

gem 'cocoapods', '1.15.2'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7f4f345

Please sign in to comment.