update rails and restore guard 'run on start'

This commit is contained in:
Mark Moser
2016-08-22 11:46:21 -05:00
parent 8209a2293b
commit 1aca2d98d3
3 changed files with 45 additions and 45 deletions

View File

@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'figaro', '~> 1.1.1'
gem 'bcrypt', '~> 3.1.7'
gem 'mysql2', '>= 0.3.18', '< 0.5'
gem 'rails', '~> 5.0.0'
gem 'rails', '~> 5.0', '>= 5.0.0.1'
gem 'jbuilder', '~> 2.6'
gem 'jquery-rails'