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:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-08 00:07:00 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-06-10 18:28:07 +0300
commit18e16e427d331415db042afd3c8dd5689db32a53 (patch)
tree9a0a9365ca2df798dfc6c1492b0796040b904da0 /Gemfile
parent133d5c1c64b9d9265736a8b6277fcd73730c6612 (diff)
Replace raphael-rails with raphael.js so it can be split from the rest of the JavaScript. The gem isn't maintained anymore anyway. Added a network folder with an application.js including raphael components, since that's the only page using it currently.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b2660144f2b..5a058e10046 100644
--- a/Gemfile
+++ b/Gemfile
@@ -224,7 +224,6 @@ gem 'gon', '~> 6.0.1'
gem 'jquery-atwho-rails', '~> 1.3.2'
gem 'jquery-rails', '~> 4.1.0'
gem 'jquery-ui-rails', '~> 5.0.0'
-gem 'raphael-rails', '~> 2.1.2'
gem 'request_store', '~> 1.3.0'
gem 'select2-rails', '~> 3.5.9'
gem 'virtus', '~> 1.0.1'