From 9bdc3c720760a9c66f3dc13881593c1eb08a5996 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Thu, 26 Apr 2012 13:55:29 -0700 Subject: [PATCH] fix heroku_san dep in gemfile [ci skip] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 180607a05..c65e456e0 100644 --- a/Gemfile +++ b/Gemfile @@ -177,7 +177,7 @@ end group :development do gem 'heroku' - gem 'heroku_san', :platforms => :mri_18 + gem 'heroku_san', :platforms => :mri_19 gem 'capistrano', :require => false gem 'capistrano_colors', :require => false gem 'capistrano-ext', :require => false