Skip to content

Commit

Permalink
Adding heroku_san
Browse files Browse the repository at this point in the history
  • Loading branch information
mkocher committed Aug 27, 2012
1 parent a4fbd83 commit ad31816
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -4,6 +4,8 @@
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global

config/heroku.yml

# Ignore bundler config
/.bundle

Expand Down
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -22,6 +22,7 @@ end
group :development do
gem 'debugger'
gem 'heroku'
gem 'heroku_san'
end

group :assets do
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Expand Up @@ -93,6 +93,11 @@ GEM
rubyzip
heroku-api (0.2.1)
excon (~> 0.13.3)
heroku_san (3.0.4)
activesupport
heroku (>= 2)
heroku-api (>= 0.1.2)
rake
hike (1.2.1)
i18n (0.6.0)
journey (1.0.3)
Expand Down Expand Up @@ -222,6 +227,7 @@ DEPENDENCIES
faker
font-awesome-sass-rails
heroku
heroku_san
jquery-rails
launchy
omniauth-google-apps
Expand Down

0 comments on commit ad31816

Please sign in to comment.