diff --git a/Gemfile b/Gemfile index 294899a11..5193f1172 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'state_machine', '~> 1.2' gem 'redis-rails', '~> 4.0' gem 'grack', git: 'git://github.com/rosa-abf/grack.git', require: 'git_http' -gem 'grit', git: 'git://github.com/rosa-abf/grit.git' +gem 'grit', git: 'git://github.com/rosa-abf/grit.git', tag: '2.6.13' gem 'charlock_holmes', '~> 0.7' gem 'github-linguist', '~> 3.1', require: 'linguist' gem 'diff-display', '~> 0.0.1' diff --git a/Gemfile.lock b/Gemfile.lock index f17180b7e..a0812637e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,12 +40,14 @@ GIT GIT remote: git://github.com/rosa-abf/grit.git - revision: 87e7cc875de5fd1c3e446d1fd0f533a95d10bb2d + revision: a28b4c059f4d2fa66e59bb998f4250affeed286c + tag: 2.6.13 specs: - grit (2.5.0) + grit (2.7.1) + charlock_holmes (~> 0.6) diff-lcs (~> 1.1) mime-types (~> 1.15) - posix-spawn (~> 0.3.6) + posix-spawn (~> 0.3) GEM remote: https://rubygems.org/