Skip to content

Commit

Permalink
Merge pull request ddollar#464 from djcp/master
Browse files Browse the repository at this point in the history
Refactor foreman debian dependencies
  • Loading branch information
ddollar committed Jun 19, 2014
2 parents e168347 + bd4d7cd commit 1883839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/resources/deb/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Version: <%= version %>
Section: main
Priority: standard
Architecture: all
Depends: ruby1.9.1
Depends: ruby2.1|ruby2.0|ruby1.9.1
Maintainer: Heroku
Description: Manage Procfile-based applications.
Foreman is a manager for Procfile-based applications. Its aim is to
Expand Down
2 changes: 1 addition & 1 deletion dist/resources/deb/foreman
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env ruby1.9.1
#!/usr/bin/env ruby

# resolve bin path, ignoring symlinks
require "pathname"
Expand Down

0 comments on commit 1883839

Please sign in to comment.