1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00

Downgrade to rails 5.1 to see if rails 5.2 is what is crashing docker

This commit is contained in:
2018-08-03 11:23:58 +00:00
parent 74c2654299
commit db5438903a
2 changed files with 42 additions and 50 deletions

View File

@@ -2,7 +2,7 @@ source 'https://rubygems.org'
ruby '2.4.4'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '5.2.0'
gem 'rails', '5.1.6'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', :group => :development