diff options
author | Klaus Fl <kfleerko@thoughtworks.com> | 2015-08-06 20:35:42 +0200 |
---|---|---|
committer | Klaus Fl <kfleerko@thoughtworks.com> | 2015-08-06 20:35:42 +0200 |
commit | b457b1f635fb08dd5d76f1536a9e1f9f0affbb6e (patch) | |
tree | bdec79ca6afcc51ba7083cfcd2fa7c1ace60e573 /Gemfile | |
parent | 1493e0ca5e32bf25d9778e7326ea70d5ebfe74e6 (diff) |
Bump therubyracer to 0.12.2
therubracer 0.10.2 has problems with compiling libv8 on OSX[1]. Updating the dependency resolves the issue.
[1]: https://stackoverflow.com/questions/19630154/gem-install-therubyracer-v-0-10-2-on-osx-mavericks-not-installing
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 |