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

Commit 5c23916

Browse files
committed
Lock down the libv8 version
1 parent f54edb2 commit 5c23916

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎spec/test_app/Gemfile‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
source'https://rubygems.org'
2-
sourceENV['HYPER_DEV_GEM_SOURCE']ifENV['HYPER_DEV_GEM_SOURCE']
32

43
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
54
gem'rails'
@@ -47,6 +46,8 @@ end
4746

4847
gem'react-rails','>= 2.4.0','< 2.5.0'
4948
gem'mini_racer','~> 0.1.15'
49+
# https://github.com/discourse/mini_racer/issues/92
50+
gem'libv8','~> 6.3.0'
5051
# gem 'react-router-rails', '~> 0.13.3'
5152
# gem 'reactrb-router'
5253

0 commit comments

Comments
(0)