summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-08-12 12:11:30 -0700
committerelijah <elijah@riseup.net>2015-08-12 12:11:30 -0700
commit8e25ce5e54d13a8bb52a8c209e47b5a9a945f61a (patch)
tree965fdf52c176cc5cf413d634ffc39cad3edc8220 /Gemfile
parent83ec5213964584e942767251cc6f0c101a1a1e52 (diff)
parentb457b1f635fb08dd5d76f1536a9e1f9f0affbb6e (diff)
Merge branch 'bump-therubyracer' of https://github.com/kaeff/leap_web into develop
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