diff --git a/Gemfile b/Gemfile
index cce539fa70c756c5c0b183b88ceced2e0652fad5..eb0e94300ad9ff59dcb5de47f39dc2cd5bac9ef1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -179,7 +179,7 @@ end
 
 group :development do
   gem 'heroku'
-  gem 'heroku_san', :platforms => :mri_19
+  gem 'heroku_san', :git => 'git://github.com/maxwell/heroku_san.git', :platforms => :mri_19
   gem 'capistrano', :require => false
   gem 'capistrano_colors', :require => false
   gem 'capistrano-ext', :require => false
diff --git a/Gemfile.lock b/Gemfile.lock
index e79480d7a99f9c1558ed7ca8d4dbcd827b372555..75174e85381e3604b85dd2f4f733bc9796b961b0 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,6 +27,16 @@ GIT
       rack-fiber_pool
       sinatra
 
+GIT
+  remote: git://github.com/maxwell/heroku_san.git
+  revision: 8f6f53717af0736763fef790b08289effc4d1dad
+  specs:
+    heroku_san (3.0.0)
+      activesupport
+      heroku (>= 2)
+      heroku-api (>= 0.1.2)
+      rake
+
 GIT
   remote: git://github.com/pivotal/jasmine-gem.git
   revision: 1e075fbf5a69812fcc914c453f002ecf5bed38ab
@@ -226,11 +236,6 @@ GEM
       rubyzip
     heroku-api (0.1.6)
       excon (~> 0.13.3)
-    heroku_san (3.0.0)
-      activesupport
-      heroku (>= 2)
-      heroku-api (>= 0.1.2)
-      rake
     highline (1.6.12)
     hike (1.2.1)
     hodel_3000_compliant_logger (0.1.0)
@@ -528,7 +533,7 @@ DEPENDENCIES
   haml
   handlebars_assets
   heroku
-  heroku_san
+  heroku_san!
   http_accept_language (~> 1.0.2)
   i18n-inflector-rails (~> 1.0)
   jasmine!