Gemfile and gem lock

This commit is contained in:
Aung Myo
2017-06-03 10:59:46 +06:30
parent a9259ca845
commit bd1414e07f
2 changed files with 4 additions and 4 deletions

View File

@@ -9,10 +9,10 @@ end
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.1.0'
# Use mysql as the database for Active Record
#gem 'mysql2', '>= 0.3.18', '< 0.5'
gem 'mysql2', '>= 0.3.18', '< 0.5'
#Use PosgreSQL
gem 'pg'
#gem 'pg'
# redis server for cable
gem 'redis', '~> 3.0'