diff --git a/Gemfile b/Gemfile index ee4d997..63f9dd7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '2.2.3' +ruby '2.2.0' # Application gems gem 'rails', '4.2.5' #previously 4.0.0 gem 'jquery-rails' diff --git a/manifest.yml b/manifest.yml new file mode 100644 index 0000000..a0d1ace --- /dev/null +++ b/manifest.yml @@ -0,0 +1,18 @@ +applications: +- command: bundle exec rake db:migrate && rails s -p $PORT + disk: 2048 + memory: 256 + name: social-butterfly-fixed + path: . + services: + free.postgresql-59ead: + label: postgresql + plan: free + provider: core + version: 9.1 + stackato: + ignores: + - public/system + requirements: + ubuntu: + - libmagickwand-dev imagemagick diff --git a/stackato.yml b/stackato.yml deleted file mode 100644 index b212f22..0000000 --- a/stackato.yml +++ /dev/null @@ -1,17 +0,0 @@ -app-dir: /Users/neilg/Sites/omrails -disk: 2048 -memory: 256 -name: social-butterfly -services: - free.postgresql-59ead: - label: postgresql - plan: free - provider: core - version: 9.1 -ignores: ["/public/system"] -command: bundle exec rake db:migrate && rails s -p $PORT -requirements: - staging: - ubuntu: - - libmagickcore-dev - - libmagickwand-dev