Skip to content

Commit

Permalink
Change ruby version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena committed Oct 26, 2022
1 parent e758949 commit 9a6334c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/modules/install/pages/manual.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ In order to develop on decidim, you'll need:

* *Git* 2.34+
* *PostgreSQL* 14.5+
* *Ruby* 3.1.1
* *Ruby* 3.0.2
* *NodeJS* 16.18.x
* *Npm* 8.19.x
* *ImageMagick*
Expand All @@ -29,8 +29,8 @@ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
source ~/.bashrc
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
rbenv install 3.1.1
rbenv global 3.1.1
rbenv install 3.0.2
rbenv global 3.0.2
----

== 2. Installing PostgreSQL
Expand Down

0 comments on commit 9a6334c

Please sign in to comment.