Commit 90db28d6d0a031cad8dc58bc5936e381ce82a764
Exists in
master
and in
4 other branches
Merge pull request #3377 from SaitoWu/grit_ext
bump version of grit_ext
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 | gem "gitlab-grit", '~> 1.0.0', require: 'grit' |
26 | -gem 'grit_ext', '~> 0.6.2' | |
26 | +gem 'grit_ext', '~> 0.8.1' | |
27 | 27 | |
28 | 28 | # Ruby/Rack Git Smart-HTTP Server Handler |
29 | 29 | gem 'gitlab-grack', '~> 1.0.0', require: 'grack' | ... | ... |
Gemfile.lock
... | ... | @@ -198,7 +198,7 @@ GEM |
198 | 198 | diff-lcs (~> 1.1) |
199 | 199 | mime-types (~> 1.15) |
200 | 200 | posix-spawn (~> 0.3.6) |
201 | - grit_ext (0.6.2) | |
201 | + grit_ext (0.8.1) | |
202 | 202 | charlock_holmes (~> 0.6.9) |
203 | 203 | growl (1.0.3) |
204 | 204 | guard (1.5.4) |
... | ... | @@ -530,7 +530,7 @@ DEPENDENCIES |
530 | 530 | gon |
531 | 531 | grape (~> 0.3.1) |
532 | 532 | grape-entity (~> 0.2.0) |
533 | - grit_ext (~> 0.6.2) | |
533 | + grit_ext (~> 0.8.1) | |
534 | 534 | growl |
535 | 535 | guard-rspec |
536 | 536 | guard-spinach | ... | ... |