Skip to content

Commit

Permalink
remove Foreman from Gemfile per ddollar/foreman#437 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
seamusabshere committed Apr 29, 2014
1 parent c9dfb5a commit aad789b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/Gemfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ gem 'uglifier'
gem 'unicorn'

group :development do
gem 'foreman'
gem 'spring'
gem 'spring-commands-rspec'
end
Expand Down
2 changes: 2 additions & 0 deletions templates/README.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ After setting up, you can run the application using [foreman]:

% foreman start

If you don't have [foreman], you can install it with `gem install foreman`. Note that it is not included in the `Gemfile` [nor should it be](https://github.com/ddollar/foreman/pull/437#issuecomment-41110407).

[foreman]: http://ddollar.github.io/foreman/

Guidelines
Expand Down

0 comments on commit aad789b

Please sign in to comment.