Commit 0b52c461da6e22c68e2e124cd7e833a74021d0f6
1 parent
7a0af60b
Exists in
master
and in
4 other branches
use grit_ext 0.6.2
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
Gemfile
... | ... | @@ -24,7 +24,7 @@ gem 'omniauth-github' |
24 | 24 | # GITLAB patched libs |
25 | 25 | gem "grit", git: "https://github.com/gitlabhq/grit.git", ref: '9e98418ce2d654485b967003726aa2706a10060b' |
26 | 26 | gem 'grack', git: "https://github.com/gitlabhq/grack.git", ref: 'ba46f3b0845c6a09d488ae6abdce6ede37e227e8' |
27 | -gem 'grit_ext', git: "https://github.com/gitlabhq/grit_ext.git", ref: '8e6afc2da821354774aa4d1ee8a1aa2082f84a3e' | |
27 | +gem 'grit_ext', git: "https://github.com/gitlabhq/grit_ext.git", ref: '2d1b2f13cabc02520405985fccb2a0abfcba9907' | |
28 | 28 | |
29 | 29 | # LDAP Auth |
30 | 30 | gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap" | ... | ... |
Gemfile.lock
... | ... | @@ -26,10 +26,10 @@ GIT |
26 | 26 | |
27 | 27 | GIT |
28 | 28 | remote: https://github.com/gitlabhq/grit_ext.git |
29 | - revision: 8e6afc2da821354774aa4d1ee8a1aa2082f84a3e | |
30 | - ref: 8e6afc2da821354774aa4d1ee8a1aa2082f84a3e | |
29 | + revision: 2d1b2f13cabc02520405985fccb2a0abfcba9907 | |
30 | + ref: 2d1b2f13cabc02520405985fccb2a0abfcba9907 | |
31 | 31 | specs: |
32 | - grit_ext (0.6.1) | |
32 | + grit_ext (0.6.2) | |
33 | 33 | charlock_holmes (~> 0.6.9) |
34 | 34 | |
35 | 35 | GIT | ... | ... |