Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-27 11:49:21 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-27 11:49:21 +0400
commit526c2fdf48add9c5051514f987494244b5d6b45e (patch)
tree03abb23286ad4a29b541a9099bb4f247b1ec21f1
parent51b5509bacdfba1d3ca84a4b56c6bd21942f1d2e (diff)
gitlab-grack up to 1.1.0
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index d9009dbf8bc..198a76a29de 100644
--- a/Gemfile
+++ b/Gemfile
@@ -27,7 +27,7 @@ gem 'omniauth-github'
gem "gitlab_git", "~> 3.1.0"
# Ruby/Rack Git Smart-HTTP Server Handler
-gem 'gitlab-grack', '~> 1.0.1', require: 'grack'
+gem 'gitlab-grack', '~> 1.1.0', require: 'grack'
# LDAP Auth
gem 'gitlab_omniauth-ldap', '1.0.3', require: "omniauth-ldap"
diff --git a/Gemfile.lock b/Gemfile.lock
index 5c64f8f3f33..f6b9f174a08 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -163,7 +163,7 @@ GEM
nokogiri (~> 1.5.9)
sanitize (~> 2.0.3)
stringex (~> 1.5.1)
- gitlab-grack (1.0.1)
+ gitlab-grack (1.1.0)
rack (~> 1.4.1)
gitlab-grit (2.6.3)
charlock_holmes (~> 0.6.9)
@@ -575,7 +575,7 @@ DEPENDENCIES
github-markup (~> 0.7.4)
gitlab-flowdock-git-hook (~> 0.4.2)
gitlab-gollum-lib (~> 1.0.2)
- gitlab-grack (~> 1.0.1)
+ gitlab-grack (~> 1.1.0)
gitlab-linguist (~> 2.9.6)
gitlab-pygments.rb (~> 0.5.4)
gitlab_git (~> 3.1.0)