This commit is contained in:
parent
590ba351a6
commit
75b646e93c
2
Gemfile
2
Gemfile
|
|
@ -12,6 +12,7 @@ gem 'sass-rails', '~> 5.0'
|
|||
gem 'uglifier', '>= 1.3.0'
|
||||
# Use CoffeeScript for .coffee assets and views
|
||||
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
|
||||
gem 'therubyracer', platforms: :ruby
|
||||
gem 'execjs'
|
||||
|
|
@ -46,3 +47,4 @@ group :development do
|
|||
gem 'spring'
|
||||
end
|
||||
|
||||
gem 'tzinfo-data', platforms: [:mingw, :mswin] #for windows
|
||||
|
|
|
|||
Loading…
Reference in New Issue