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:
authorNihad Abbasov <narkoz.2008@gmail.com>2012-06-22 12:57:05 +0400
committerNihad Abbasov <narkoz.2008@gmail.com>2012-06-22 12:57:05 +0400
commitda5cf9d085e148b44945640cd25eec3f172caf28 (patch)
tree8d225e5a2fd475bc0ec47b3288c280818417b7dc /Gemfile
parentb32465712becfbcf83d63b1e6eff7d1483fdabea (diff)
downgrade raphael js to 1.5.2
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7208141635a..b808272e039 100644
--- a/Gemfile
+++ b/Gemfile
@@ -43,7 +43,7 @@ gem 'chosen-rails'
gem "jquery-rails", "2.0.2"
gem "jquery-ui-rails", "0.5.0"
gem "modernizr", "2.5.3"
-gem "graphael-rails", "0.1.4"
+gem "raphael-rails", "1.5.2"
group :assets do
gem "sass-rails", "3.2.5"