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:
authorJose <jvargas@gitlab.com>2018-05-09 19:39:08 +0300
committerJose <jvargas@gitlab.com>2018-05-09 19:41:40 +0300
commit275188439ff4736fe270f8c97908487774a7ace4 (patch)
tree93f6fc718e027a66263a32a423ee4bb7dc33f203 /Gemfile
parent4ac42e48344d4971913e8ed4afca27d0bdf07929 (diff)
Removed the d3_rails gem
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 89febc9bc0c..c1cecee4b87 100644
--- a/Gemfile
+++ b/Gemfile
@@ -218,9 +218,6 @@ gem 'ruby-fogbugz', '~> 0.2.1'
# Kubernetes integration
gem 'kubeclient', '~> 3.0'
-# d3
-gem 'd3_rails', '~> 3.5.0'
-
# Sanitize user input
gem 'sanitize', '~> 2.0'
gem 'babosa', '~> 1.0.2'