This commit is contained in:
Mikhail Dronov 2016-04-01 13:06:50 +00:00
commit 7687936948
5 changed files with 92 additions and 0 deletions

View file

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