Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <manuel@rueg.eu>2016-10-29 03:29:42 +0300
committerManuel Rüger <manuel@rueg.eu>2016-11-01 01:04:13 +0300
commit5a80f5d79bfd37ccc53c5c87d805b04e4107bb6e (patch)
tree95de21b726a0f8eae36620fc5d799a3f587d46a2 /Gemfile
parentb216d9bf85388e34891e392d8c80e72643d639c0 (diff)
Update diffy gem to 3.1.0
ChangeLog: https://github.com/samg/diffy/blob/master/CHANGELOG
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5f16cc063e2..f0cf72ba74d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -117,7 +117,7 @@ gem 'truncato', '~> 0.7.8'
gem 'nokogiri', '~> 1.6.7', '>= 1.6.7.2'
# Diffs
-gem 'diffy', '~> 3.0.3'
+gem 'diffy', '~> 3.1.0'
# Application server
group :unicorn do