heroku_san only for 1.9
it uses 1.9 hash syntax which makes 1.8 sad
This commit is contained in:
parent
5eb2247191
commit
fc61df49ce
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -177,7 +177,7 @@ end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'heroku'
|
gem 'heroku'
|
||||||
gem 'heroku_san'
|
gem 'heroku_san', :platforms => :mri_18
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue