Skip to content
Snippets Groups Projects

Resolve "Mentions in merge requests should trigger email notifications"

Closed username-removed-408230 requested to merge brycepj/gitlab-ce:6-1-stable into master
3 files
+ 19
7
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -91,9 +91,9 @@ Remove the old Ruby 1.8 if present
Download Ruby and compile it:
mkdir /tmp/ruby && cd /tmp/ruby
curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz | tar xz
cd ruby-2.0.0-p247
./configure
curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz | tar xz
cd ruby-2.0.0-p353
./configure --disable-install-rdoc
make
sudo make install
Loading