From 47bb945caf22f422ba86a6a91a77bb24ffd01f29 Mon Sep 17 00:00:00 2001
From: Koen Punt <koen@koenpunt.nl>
Date: Fri, 4 Jan 2013 13:58:58 +0100
Subject: [PATCH] raphael from gitlabhq

---
 Gemfile      |  2 +-
 Gemfile.lock | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Gemfile b/Gemfile
index 814e5ea918b6c..75529befaa6c9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -108,7 +108,7 @@ group :assets do
   gem "jquery-rails",     "2.1.3"
   gem "jquery-ui-rails",  "2.0.2"
   gem "modernizr",        "2.6.2"
-  gem "raphael-rails",    git: "https://github.com/koenpunt/raphael-rails.git"
+  gem "raphael-rails",    git: "https://github.com/gitlabhq/raphael-rails.git"
   gem 'bootstrap-sass',   "2.2.1.1"
   gem "font-awesome-sass-rails", "~> 2.0.0"
   gem "gemoji", "~> 1.2.1", require: 'emoji/railtie'
diff --git a/Gemfile.lock b/Gemfile.lock
index aa3d5125ef6be..9638d0a61b9ab 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -48,6 +48,12 @@ GIT
       posix-spawn (~> 0.3.6)
       yajl-ruby (~> 1.1.0)
 
+GIT
+  remote: https://github.com/gitlabhq/raphael-rails.git
+  revision: cb2c92a040b9b941a5f1aa1ea866cc26e944fe58
+  specs:
+    raphael-rails (2.1.0)
+
 GIT
   remote: https://github.com/gitlabhq/resque.git
   revision: 9ef4700306dd946a3ac000612428967ce0c32213
@@ -71,12 +77,6 @@ GIT
       http_parser.rb (~> 0.5.3)
       multi_json (~> 1.0)
 
-GIT
-  remote: https://github.com/koenpunt/raphael-rails.git
-  revision: cb2c92a040b9b941a5f1aa1ea866cc26e944fe58
-  specs:
-    raphael-rails (2.1.0)
-
 GEM
   remote: http://rubygems.org/
   specs:
-- 
GitLab