mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-24 17:04:43 +00:00
Switch back to puma and ruby 2.4.4. Trying to fix stability problems. Docker daemon's are crashing after a period of time.
This commit is contained in:
4
Gemfile
4
Gemfile
@@ -1,6 +1,6 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
ruby '2.5.1'
|
||||
ruby '2.4.4'
|
||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
gem 'rails', '5.2.0'
|
||||
# Use sqlite3 as the database for Active Record
|
||||
@@ -52,7 +52,7 @@ gem 'cancancan'
|
||||
gem 'round_robin_tournament'
|
||||
gem 'rb-readline'
|
||||
gem 'delayed_job_active_record'
|
||||
#gem 'puma'
|
||||
gem 'puma'
|
||||
gem 'passenger'
|
||||
gem 'travis'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user