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,7 +23,7 @@ gem 'omniauth-github' | ||
23 | 23 | ||
24 | # Extracting information from a git repository | 24 | # Extracting information from a git repository |
25 | gem "gitlab-grit", '~> 1.0.0', require: 'grit' | 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 | # Ruby/Rack Git Smart-HTTP Server Handler | 28 | # Ruby/Rack Git Smart-HTTP Server Handler |
29 | gem 'gitlab-grack', '~> 1.0.0', require: 'grack' | 29 | gem 'gitlab-grack', '~> 1.0.0', require: 'grack' |
Gemfile.lock
@@ -198,7 +198,7 @@ GEM | @@ -198,7 +198,7 @@ GEM | ||
198 | diff-lcs (~> 1.1) | 198 | diff-lcs (~> 1.1) |
199 | mime-types (~> 1.15) | 199 | mime-types (~> 1.15) |
200 | posix-spawn (~> 0.3.6) | 200 | posix-spawn (~> 0.3.6) |
201 | - grit_ext (0.6.2) | 201 | + grit_ext (0.8.1) |
202 | charlock_holmes (~> 0.6.9) | 202 | charlock_holmes (~> 0.6.9) |
203 | growl (1.0.3) | 203 | growl (1.0.3) |
204 | guard (1.5.4) | 204 | guard (1.5.4) |
@@ -530,7 +530,7 @@ DEPENDENCIES | @@ -530,7 +530,7 @@ DEPENDENCIES | ||
530 | gon | 530 | gon |
531 | grape (~> 0.3.1) | 531 | grape (~> 0.3.1) |
532 | grape-entity (~> 0.2.0) | 532 | grape-entity (~> 0.2.0) |
533 | - grit_ext (~> 0.6.2) | 533 | + grit_ext (~> 0.8.1) |
534 | growl | 534 | growl |
535 | guard-rspec | 535 | guard-rspec |
536 | guard-spinach | 536 | guard-spinach |