Skip to content

Commit

Permalink
move to puma (RefugeRestrooms#442)
Browse files Browse the repository at this point in the history
* move to puma

* remove required URLs
  • Loading branch information
mi-wood authored and DeeDeeG committed Oct 15, 2018
1 parent 50964a9 commit 8a1cd93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ gem 'bugsnag'
gem 'rack-cors', :require => 'rack/cors'
gem 'rack-jsonp'
gem 'http_accept_language'
gem 'puma'

# Upgraded to 1.0.0 for Rails 5.1.4
gem 'activeadmin', '~> 1.0.0'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (3.0.0)
puma (3.11.2)
rack (2.0.3)
rack-accept (0.4.5)
rack (>= 0.4)
Expand Down Expand Up @@ -418,6 +419,7 @@ DEPENDENCIES
piwik_analytics (~> 1.0.2)
poltergeist
pry
puma
rack-cors
rack-jsonp
rails (= 5.1.4)
Expand Down
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: rails server -p $PORT
web: bundle exec puma -C config/puma.rb
12 changes: 0 additions & 12 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@
"EMAIL_PASSWORD": {
"required": true
},
"HEROKU_POSTGRESQL_AQUA_URL": {
"required": true
},
"HEROKU_POSTGRESQL_CYAN_URL": {
"required": true
},
"HEROKU_POSTGRESQL_NAVY_URL": {
"required": true
},
"HEROKU_POSTGRESQL_PURPLE_URL": {
"required": true
},
"LANG": {
"required": true
},
Expand Down

0 comments on commit 8a1cd93

Please sign in to comment.