Skip to content

Commit

Permalink
Remove unicorn dependency in example Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Mar 15, 2019
1 parent 9b3f54c commit 57c0d8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion example/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ source "https://rubygems.org"

gem 'sinatra', '~> 2.0', require: 'sinatra/base'
gem 'sinatra-param', path: File.join(__FILE__, "../.."), require: 'sinatra/param'
gem 'unicorn', '~> 5.4.0'
2 changes: 1 addition & 1 deletion example/Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: bundle exec unicorn -p $PORT
web: bundle exec rackup --port $PORT

0 comments on commit 57c0d8c

Please sign in to comment.