Commit 90db28d6 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #3377 from SaitoWu/grit_ext

bump version of grit_ext
parents 8c912394 7a4f70d7
...@@ -23,7 +23,7 @@ gem 'omniauth-github' ...@@ -23,7 +23,7 @@ gem 'omniauth-github'
# Extracting information from a git repository # Extracting information from a git repository
gem "gitlab-grit", '~> 1.0.0', require: 'grit' gem "gitlab-grit", '~> 1.0.0', require: 'grit'
gem 'grit_ext', '~> 0.6.2' gem 'grit_ext', '~> 0.8.1'
# Ruby/Rack Git Smart-HTTP Server Handler # Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 1.0.0', require: 'grack' gem 'gitlab-grack', '~> 1.0.0', require: 'grack'
......
...@@ -198,7 +198,7 @@ GEM ...@@ -198,7 +198,7 @@ GEM
diff-lcs (~> 1.1) diff-lcs (~> 1.1)
mime-types (~> 1.15) mime-types (~> 1.15)
posix-spawn (~> 0.3.6) posix-spawn (~> 0.3.6)
grit_ext (0.6.2) grit_ext (0.8.1)
charlock_holmes (~> 0.6.9) charlock_holmes (~> 0.6.9)
growl (1.0.3) growl (1.0.3)
guard (1.5.4) guard (1.5.4)
...@@ -530,7 +530,7 @@ DEPENDENCIES ...@@ -530,7 +530,7 @@ DEPENDENCIES
gon gon
grape (~> 0.3.1) grape (~> 0.3.1)
grape-entity (~> 0.2.0) grape-entity (~> 0.2.0)
grit_ext (~> 0.6.2) grit_ext (~> 0.8.1)
growl growl
guard-rspec guard-rspec
guard-spinach guard-spinach
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment