This commit is contained in:
Moe Su
2017-06-07 18:13:12 +06:30
26 changed files with 841 additions and 394 deletions

View File

@@ -13,7 +13,7 @@ gem 'rails', '~> 5.1.0'
# gem 'mysql2', '>= 0.3.18', '< 0.5'
#Use PosgreSQL
gem 'pg'
#gem 'pg'
# redis server for cable
# gem 'redis', '~> 3.0'
@@ -92,4 +92,6 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem 'httparty', '~> 0.15.5'
gem 'httparty', '~> 0.15.5'
gem 'bootstrap-datepicker-rails'