From 8e4e5545ebe8136deb0688baa0bfb48c8c0559b3 Mon Sep 17 00:00:00 2001 From: wubwubwubcr3w Date: Tue, 5 Jun 2012 16:07:27 +0200 Subject: [PATCH] update heroku_san gem --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 43cbeb512..2236c7cea 100644 --- a/Gemfile +++ b/Gemfile @@ -172,7 +172,7 @@ end group :development do gem 'heroku' - gem 'heroku_san', '3.0.1', :platforms => :mri_19 + gem 'heroku_san', '3.0.2', :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 050be0afb..56c00745d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -208,7 +208,7 @@ GEM rubyzip heroku-api (0.2.4) excon (~> 0.14.0) - heroku_san (3.0.1) + heroku_san (3.0.2) activesupport heroku (>= 2) heroku-api (>= 0.1.2)