updated gems

This commit is contained in:
Mark Moser
2017-01-12 18:39:12 -06:00
parent 9cf2aeb139
commit d75ba7ea56
4 changed files with 80 additions and 77 deletions

View File

@ -4,7 +4,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', '>= 5.0.0.1'
gem 'rails', '~> 5.0', '>= 5.0.1'
gem 'jbuilder', '~> 2.6'
gem 'jquery-rails'