Skip to content

Commit

Permalink
Downgrade to Ruby 2.2.0 for Cloud Foundry, replace stackato with mani…
Browse files Browse the repository at this point in the history
…fest.yml
  • Loading branch information
Neil Gehani committed Jan 14, 2016
1 parent 466d20b commit bdaa5fa
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
18 changes: 18 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -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
17 changes: 0 additions & 17 deletions stackato.yml

This file was deleted.

0 comments on commit bdaa5fa

Please sign in to comment.