Merge pull request #3359 from wubwubwubcr3w/update_heroku_san

update heroku_san gem [ci skip]
This commit is contained in:
Maxwell Salzberg 2012-06-05 11:13:41 -07:00
commit a15b239c51
2 changed files with 2 additions and 2 deletions

View file

@ -172,7 +172,7 @@ end
group :development do group :development do
gem 'heroku' 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', :require => false
gem 'capistrano_colors', :require => false gem 'capistrano_colors', :require => false
gem 'capistrano-ext', :require => false gem 'capistrano-ext', :require => false

View file

@ -208,7 +208,7 @@ GEM
rubyzip rubyzip
heroku-api (0.2.4) heroku-api (0.2.4)
excon (~> 0.14.0) excon (~> 0.14.0)
heroku_san (3.0.1) heroku_san (3.0.2)
activesupport activesupport
heroku (>= 2) heroku (>= 2)
heroku-api (>= 0.1.2) heroku-api (>= 0.1.2)