Last active
May 27, 2016 19:19
-
-
Save trodrigu/f175ecb23bf141a268c6a056c23e37b3 to your computer and use it in GitHub Desktop.
Revisions
-
trodrigu revised this gist
May 27, 2016 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ gem install eventmachine -v '1.0.7' -- --with-cppflags=-I/usr/local/opt/openssl/include gem uninstall libv8 gem install therubyracer -v YOUR_RUBY_RACER_VERSION gem install libv8 -v YOUR_VERSION -- --with-system-v8 # if issue with capybara-webkit brew install qt -
trodrigu revised this gist
Mar 31, 2016 . 3 changed files with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ gem install eventmachine -v '1.0.7' -- --with-cppflags=-I/usr/local/opt/openssl/include gem uninstall libv8 gem install therubyracer -v YOUR_RUBY_RACER_VERSION gem install libv8 -v YOUR_VERSION -- --with-system-v8 -
trodrigu created this gist
Mar 31, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ gem install eventmachine -v '1.0.7' -- --with-cppflags=-I/usr/local/opt/openssl/include This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ gem uninstall libv8 gem install therubyracer -v YOUR_RUBY_RACER_VERSION gem install libv8 -v YOUR_VERSION -- --with-system-v8