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:
authorJacob Vosmaer <jacob@gitlab.com>2017-08-16 17:25:00 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-08-16 17:25:00 +0300
commit90a07deb7995014688c67d54250dca6cb81dc556 (patch)
treeb1d17ac5c2d9011b02d94953098a9042463b307d /Gemfile
parent9a9d70be49eda84e17f34f22c86dd18dbb5b1eec (diff)
Use charlock_holmes 0.7.5
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a484cefb9a4..d10269d7aac 100644
--- a/Gemfile
+++ b/Gemfile
@@ -232,7 +232,7 @@ gem 'ace-rails-ap', '~> 4.1.0'
gem 'mousetrap-rails', '~> 1.4.6'
# Detect and convert string character encoding
-gem 'charlock_holmes', '~> 0.7.3'
+gem 'charlock_holmes', '~> 0.7.5'
# Faster JSON
gem 'oj', '~> 2.17.4'