add docker-compose support

This commit is contained in:
Mikhail Dronov 2016-03-31 22:16:07 +04:00
parent 11bae37cc4
commit 419233f9f8
5 changed files with 95 additions and 0 deletions

View file

@ -56,6 +56,9 @@ gem 'sass-rails', '>= 4.0.2'
# as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# for correct time zones at some environments
gem 'tzinfo-data'
# as the front-end framework
gem 'bootstrap-sass', '~> 3.3.4.1'
gem 'autoprefixer-rails'