diff options
author | elijah <elijah@riseup.net> | 2015-08-12 12:11:30 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-08-12 12:11:30 -0700 |
commit | 8e25ce5e54d13a8bb52a8c209e47b5a9a945f61a (patch) | |
tree | 965fdf52c176cc5cf413d634ffc39cad3edc8220 /Gemfile | |
parent | 83ec5213964584e942767251cc6f0c101a1a1e52 (diff) | |
parent | b457b1f635fb08dd5d76f1536a9e1f9f0affbb6e (diff) |
Merge branch 'bump-therubyracer' of https://github.com/kaeff/leap_web into develop
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |