add docker-compose support
This commit is contained in:
parent
11bae37cc4
commit
419233f9f8
5 changed files with 95 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue