remove ignore for gemfile and gemfile.lock, re-add mysql2

This commit is contained in:
Min Zeya Phyo
2017-06-03 12:48:05 +06:30
parent a9259ca845
commit 4dbf52d5a4
3 changed files with 5 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ 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'