Skip to content

Commit

Permalink
Merge pull request #6 from mrdavidlaing/update-deps-for-latest-buildpack
Browse files Browse the repository at this point in the history
Update app to work on CFv238/Diego v0.1476.0/Buildpack:ruby 1.6.19
  • Loading branch information
scottfrederick authored Jul 13, 2016
2 parents 6726f0e + 61b5162 commit 314a94e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'sqlite3', '1.3.4'
gem "pg", "~> 0.15.1"
gem "cf-autoconfig", "~> 0.2.1"
gem 'rails_12factor', group: :production
ruby '2.0.0'
ruby '2.1.9'

group :development do
gem 'rspec-rails', '2.6.1'
Expand Down
1 change: 1 addition & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
applications:
- name: rails-sample
random-route: true
memory: 256M
instances: 1
path: .
Expand Down

0 comments on commit 314a94e

Please sign in to comment.