summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-22 10:06:05 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-22 15:10:42 +0300
commit36c5277791510a97e13ec1b805f103ce3ad9f292 (patch)
tree76e58b941840554c5c4b1cff0b3828f597a20bcd
parent3e913e4cd53f9ba9fcc59b098e0f835b9ac25bb5 (diff)
downloadgitlab-ce-36c5277791510a97e13ec1b805f103ce3ad9f292.tar.gz
Merge branch 'update_grack' into 'master'
Update gitlab-grack to 2.0.2. Updating to grack version 2.0.2 to fix an issue with smart http clients. See merge request !559
-rw-r--r--Gemfile4
-rw-r--r--Gemfile.lock4
2 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 3522937f18e..56fcd8d35f0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -42,7 +42,7 @@ gem "browser"
gem "gitlab_git", '~> 7.1.10'
# Ruby/Rack Git Smart-HTTP Server Handler
-gem 'gitlab-grack', '~> 2.0.1', require: 'grack'
+gem 'gitlab-grack', '~> 2.0.2', require: 'grack'
# LDAP Auth
gem 'gitlab_omniauth-ldap', '1.2.1', require: "omniauth-ldap"
@@ -256,7 +256,7 @@ group :development, :test do
gem "spring", '~> 1.3.1'
gem "spring-commands-rspec", '1.0.4'
gem "spring-commands-spinach", '1.0.0'
-
+
gem "byebug"
end
diff --git a/Gemfile.lock b/Gemfile.lock
index fbf0ef443a1..2fd59857be9 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -199,7 +199,7 @@ GEM
gitlab-flowdock-git-hook (0.4.2.2)
gitlab-grit (>= 2.4.1)
multi_json
- gitlab-grack (2.0.1)
+ gitlab-grack (2.0.2)
rack (~> 1.5.1)
gitlab-grit (2.7.2)
charlock_holmes (~> 0.6)
@@ -700,7 +700,7 @@ DEPENDENCIES
gemnasium-gitlab-service (~> 0.2)
github-markup
gitlab-flowdock-git-hook (~> 0.4.2)
- gitlab-grack (~> 2.0.1)
+ gitlab-grack (~> 2.0.2)
gitlab-linguist (~> 3.0.1)
gitlab_emoji (~> 0.1)
gitlab_git (~> 7.1.10)