Commit 66a1b88393cea26b9626087c0a2d5bec69cbf863

Authored by Dmitriy Zaporozhets
1 parent 49f14f05

Update a grit to newer version

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
Gemfile
... ... @@ -23,7 +23,7 @@ gem 'omniauth-github'
23 23  
24 24 # Extracting information from a git repository
25 25 # Since gollum requires grit we cannot use gitlab-grit gem name any more. Use grit instead
26   -gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git', ref: 'c40a32432616a07fa7fc3c32c24ab73ad6a9718f'
  26 +gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git', ref: 'c15e2758ec75f99230cd0fbcc9110bf932c0bf05'
27 27 gem 'grit_ext', '~> 0.8.1'
28 28  
29 29 # Ruby/Rack Git Smart-HTTP Server Handler
... ...
Gemfile.lock
... ... @@ -8,8 +8,8 @@ GIT
8 8  
9 9 GIT
10 10 remote: https://github.com/gitlabhq/grit.git
11   - revision: c40a32432616a07fa7fc3c32c24ab73ad6a9718f
12   - ref: c40a32432616a07fa7fc3c32c24ab73ad6a9718f
  11 + revision: c15e2758ec75f99230cd0fbcc9110bf932c0bf05
  12 + ref: c15e2758ec75f99230cd0fbcc9110bf932c0bf05
13 13 specs:
14 14 grit (2.5.0)
15 15 diff-lcs (~> 1.1)
... ...