Skip to content

Commit

Permalink
Gemfile w/ rack
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiew committed Jan 22, 2012
1 parent 343237d commit 4489dde
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source :rubygems
gem 'rack'
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
GEM
remote: http://rubygems.org/
specs:
rack (1.4.0)

PLATFORMS
ruby

DEPENDENCIES
rack
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: rackup -p $PORT

0 comments on commit 4489dde

Please sign in to comment.