diff --git a/Gemfile b/Gemfile index 332d1d59..a4c29ef5 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,7 @@ gem 'thor' gem 'pry', '~> 0.9.12' gem 'activesupport', '~> 4.0', require: false gem 'yajl-ruby', require: false +gem 'therubyracer' group :app do gem 'rack'