Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5ea740fa
Commit
5ea740fa
authored
Mar 22, 2017
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add notes about dropping support for Ruby 2.1.x
[ci skip]
parent
bcbd0325
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doc/install/installation.md
doc/install/installation.md
+2
-1
doc/update/8.17-to-9.0.md
doc/update/8.17-to-9.0.md
+2
-3
No files found.
doc/install/installation.md
View file @
5ea740fa
...
@@ -109,7 +109,8 @@ Then select 'Internet Site' and press enter to confirm the hostname.
...
@@ -109,7 +109,8 @@ Then select 'Internet Site' and press enter to confirm the hostname.
## 2. Ruby
## 2. Ruby
**Note:**
The current supported Ruby versions are 2.1.x and 2.3.x. 2.3.x is preferred, and support for 2.1.x will be dropped in the future.
**Note:**
The current supported Ruby version is 2.3.x. GitLab 9.0 dropped support
for Ruby 2.1.x.
The use of Ruby version managers such as [RVM], [rbenv] or [chruby] with GitLab
The use of Ruby version managers such as [RVM], [rbenv] or [chruby] with GitLab
in production, frequently leads to hard to diagnose problems. For example,
in production, frequently leads to hard to diagnose problems. For example,
...
...
doc/update/8.17-to-9.0.md
View file @
5ea740fa
...
@@ -25,9 +25,8 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
...
@@ -25,9 +25,8 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
### 3. Update Ruby
### 3. Update Ruby
We will continue supporting Ruby < 2.3 for the time being but we recommend you
NOTE: GitLab 9.0 only supports Ruby 2.3.x and dropped support for Ruby 2.1.x. Be
upgrade to Ruby 2.3 if you're running a source installation, as this is the same
sure to upgrade your interpreter if necessary.
version that ships with our Omnibus package.
You can check which version you are running with
`ruby -v`
.
You can check which version you are running with
`ruby -v`
.
...
...
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