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:
authorLin Jen-Shin <godfat@godfat.org>2018-03-19 16:42:30 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-03-19 16:42:30 +0300
commit30442f67babbacd97b9a838dbf5420011e9f741f (patch)
tree1793dd0808a5edcb4bd208083b780e00eba6a62a /Gemfile
parente9da2b0c752b00e0af941bf1e33278a7d38cfeb9 (diff)
Remove oj as we're not using it
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index dcd5f5ee049..2a68053f7f3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -235,9 +235,6 @@ gem 'mousetrap-rails', '~> 1.4.6'
# Detect and convert string character encoding
gem 'charlock_holmes', '~> 0.7.5'
-# Faster JSON
-gem 'oj', '~> 2.17.4'
-
# Faster blank
gem 'fast_blank'