summaryrefslogtreecommitdiff
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 226b2af..dd93a3c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -44,7 +44,7 @@ group :production do
gem "uglifier", "~> 1.2.7" # javascript compression https://github.com/lautis/uglifier
# this must not be included in development mode, or js
# will get included twice.
- gem 'therubyracer', "~> 0.10.2", :platforms => :ruby
+ gem 'therubyracer', "~> 0.12.2", :platforms => :ruby
# ^^ See https://github.com/sstephenson/execjs#readme
# for list of supported runtimes.
end