diff --git a/Gemfile b/Gemfile
index c80705af3168a0418362f0df7c0a87307f80822c..5b8118457d3434064260542cdf0d01b3175bd302 100644
--- a/Gemfile
+++ b/Gemfile
@@ -134,7 +134,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/gitlabhq/raphael-rails.git"
+  gem "raphael-rails", "~> 2.1.2"
   gem 'bootstrap-sass'
   gem "font-awesome-rails"
   gem "gemoji", "~> 1.2.1", require: 'emoji/railtie'
diff --git a/Gemfile.lock b/Gemfile.lock
index e608afad1e7fa06ea6f98116e9cafb1925373c0f..d71988e13e68ac17bd5552057a2a3e010af1751c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -6,12 +6,6 @@ GIT
       activerecord (>= 2.3.0)
       rake (>= 0.8.7)
 
-GIT
-  remote: https://github.com/gitlabhq/raphael-rails.git
-  revision: cb2c92a040b9b941a5f1aa1ea866cc26e944fe58
-  specs:
-    raphael-rails (2.1.0)
-
 GEM
   remote: https://rubygems.org/
   specs:
@@ -380,6 +374,7 @@ GEM
       thor (>= 0.14.6, < 2.0)
     raindrops (0.11.0)
     rake (10.1.0)
+    raphael-rails (2.1.2)
     rb-fsevent (0.9.3)
     rb-inotify (0.9.0)
       ffi (>= 0.5.0)
@@ -611,7 +606,7 @@ DEPENDENCIES
   rails (= 3.2.13)
   rails-dev-tweaks
   rails_best_practices
-  raphael-rails!
+  raphael-rails (~> 2.1.2)
   rb-fsevent
   rb-inotify
   redcarpet (~> 2.2.2)
diff --git a/db/schema.rb b/db/schema.rb
index 5020230d8319013b912be46f297d0f958af2b203..654f2b1e8f745b9c4260e0f8136c6ad6046cd10d 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -144,8 +144,8 @@
     t.text     "note"
     t.string   "noteable_type"
     t.integer  "author_id"
-    t.datetime "created_at",    :null => false
-    t.datetime "updated_at",    :null => false
+    t.datetime "created_at",                       :null => false
+    t.datetime "updated_at",                       :null => false
     t.integer  "project_id"
     t.string   "attachment"
     t.string   "line_code"