diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-04-22 11:19:40 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-04-22 11:19:40 +0200 |
commit | 9ba85ffe88ac16cb2e20160352cf1c3f769f94cc (patch) | |
tree | 299864bdaf403efeea8e2f7bf2947bdcafc0a539 /Gemfile | |
parent | 8d9c7305cde484f216ca9926b48b29a63b463275 (diff) | |
download | gitlab-ce-9ba85ffe88ac16cb2e20160352cf1c3f769f94cc.tar.gz |
Update gitlab-grack to 2.0.2.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |