This commit is contained in:
ahinz 2015-10-16 14:33:22 +02:00
parent 590ba351a6
commit 75b646e93c
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0' gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .coffee assets and views # Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.1.0' gem 'coffee-rails', '~> 4.1.0'
gem 'coffee-script-source', '1.8.0' #for windows
# See https://github.com/rails/execjs#readme for more supported runtimes # See https://github.com/rails/execjs#readme for more supported runtimes
gem 'therubyracer', platforms: :ruby gem 'therubyracer', platforms: :ruby
gem 'execjs' gem 'execjs'
@ -46,3 +47,4 @@ group :development do
gem 'spring' gem 'spring'
end end
gem 'tzinfo-data', platforms: [:mingw, :mswin] #for windows