Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
D
docs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mastodon
docs
Commits
0f8d7e93
Commit
0f8d7e93
authored
Feb 03, 2019
by
Asier Iturralde Sarasola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ruby version from 2.5.3 to 2.6.0
parent
134124c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
installation.md
content/en/administration/installation.md
+3
-3
No files found.
content/en/administration/installation.md
View file @
0f8d7e93
...
...
@@ -181,11 +181,11 @@ git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
Once this is done, we can install the correct Ruby version:
```
sh
RUBY_CONFIGURE_OPTS
=
--with-jemalloc
rbenv
install
2.
5.3
rbenv global 2.
5.3
RUBY_CONFIGURE_OPTS
=
--with-jemalloc
rbenv
install
2.
6.0
rbenv global 2.
6.0
```
Default gem version shipped with ruby_2.
5.3
is incompatible with latest bundler, so we need to update gem:
Default gem version shipped with ruby_2.
6.0
is incompatible with latest bundler, so we need to update gem:
```
gem update --system
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment