Skip to content

Commit

Permalink
Upgrade Ruby to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper committed Apr 2, 2018
1 parent d848f74 commit 4365c94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.4.3
2.5.1
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
ruby '2.4.3'
ruby '2.5.1'

gem 'cocoapods', '1.3.1'
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -75,7 +75,7 @@ Once complete, you will find a newly built Phoenix app in `build/Release/`. Afte

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) (2.4.3 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) (2.5.1 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 4365c94

Please sign in to comment.