summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-02-25 12:46:06 +0100
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-02-25 12:46:06 +0100
commit77603c3ec2de15bf939cddddc93faea4d89b5b37 (patch)
tree703f2167dddf5d76d809c0b93434634f2fa57fe4
parent856153d71299de7ad2c406130151deabfabc3f3f (diff)
downloadgitlab-ce-fix-gemfile-lock.tar.gz
Fix order in Gemfile.lockfix-gemfile-lock
-rw-r--r--Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 7a1b94cff6c..c48c733f5a1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -960,8 +960,8 @@ DEPENDENCIES
mysql2 (~> 0.3.16)
nested_form (~> 0.3.2)
net-ssh (~> 3.0.1)
- nokogiri (~> 1.6.7, >= 1.6.7.2)
newrelic_rpm (~> 3.14)
+ nokogiri (~> 1.6.7, >= 1.6.7.2)
nprogress-rails (~> 0.1.6.7)
oauth2 (~> 1.0.0)
octokit (~> 3.8.0)