diff options
author | Tobias Pfeiffer <pragtob@gmail.com> | 2014-09-18 18:39:30 +0200 |
---|---|---|
committer | Tobias Pfeiffer <pragtob@gmail.com> | 2014-09-18 18:39:30 +0200 |
commit | 0311efcbf0ea12d33dfa01b40ffb074c48e0ea10 (patch) | |
tree | ab175338c7f6449a578fbc0b759c89e7ec0581e1 /doc/install | |
parent | 9079441dbb8961e74f5ffe9e3f87ebdbb8866bef (diff) | |
download | gitlab-ce-0311efcbf0ea12d33dfa01b40ffb074c48e0ea10.tar.gz |
Delete stray brace
* seems like a small mistake ;-)
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/requirements.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index fd2e29d3c52..49edf36f574 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -34,7 +34,7 @@ Please consider using a virtual machine to run GitLab. GitLab requires Ruby (MRI) 2.0 or 2.1 You will have to use the standard MRI implementation of Ruby. -We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab needs several Gems that have native extensions. +We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/) but GitLab needs several Gems that have native extensions. ## Hardware requirements |