Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 09419c0

Browse files
committed
Fix dependency issue by limiting the libv8 gem
See: rubyjs/mini_racer#92
1 parent 823148d commit 09419c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hyper-react.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Gem::Specification.new do |spec|
2626
spec.add_dependency 'opal-activesupport', '~> 0.3.1'
2727
spec.add_dependency 'hyperloop-config', React::VERSION
2828
spec.add_dependency 'mini_racer', '~> 0.1.15'
29+
# https://github.com/discourse/mini_racer/issues/92
30+
spec.add_dependency 'libv8', '~> 6.3.0'
2931
spec.add_dependency 'react-rails', '>= 2.4.0', '< 2.5.0'
3032

3133
spec.add_development_dependency 'chromedriver-helper'

0 commit comments

Comments
 (0)