This commit is contained in:
2015-07-31 00:19:27 +08:00
parent e6bf0645e5
commit ced023ed81
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ gem 'sinatra', :require => nil
gem 'devise-bootstrap-views'
gem 'rails_12factor'
gem 'puma'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
+2
View File
@@ -151,6 +151,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
puma (2.12.2)
rack (1.6.4)
rack-cors (0.4.0)
rack-protection (1.5.3)
@@ -296,6 +297,7 @@ DEPENDENCIES
kaminari (~> 0.16.3)
pg
pry
puma
rack-cors
rails (= 4.2.3)
rails_12factor
+1
View File
@@ -0,0 +1 @@
web: bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}