about summary refs log tree commit diff stats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 05622f1..cbffc52 100644 --- a/Gemfile +++ b/Gemfile
@@ -17,7 +17,7 @@ gem 'sassc-rails'
17# Use Uglifier as compressor for JavaScript assets 17# Use Uglifier as compressor for JavaScript assets
18gem 'uglifier', '>= 1.3.0' 18gem 'uglifier', '>= 1.3.0'
19# See https://github.com/rails/execjs#readme for more supported runtimes 19# See https://github.com/rails/execjs#readme for more supported runtimes
20gem 'therubyracer', platforms: :ruby 20gem 'node', platforms: :ruby
21 21
22# Use CoffeeScript for .coffee assets and views 22# Use CoffeeScript for .coffee assets and views
23gem 'coffee-rails', '~> 4.2' 23gem 'coffee-rails', '~> 4.2'