Created
July 21, 2017 21:09
-
-
Save thomsbg/f0ece50eddc5e48124fe313f937f6e8e to your computer and use it in GitHub Desktop.
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 characters
diff --git a/Gemfile b/Gemfile | |
index 71fe72e..20ea0ff 100644 | |
--- a/Gemfile | |
+++ b/Gemfile | |
@@ -7,3 +7,4 @@ gem "unicorn" | |
gem "thin" | |
gem "puma" | |
gem "concurrent-ruby" | |
+gem "libv8" | |
diff --git a/Gemfile.lock b/Gemfile.lock | |
index 4d5865f..7ffd2aa 100644 | |
--- a/Gemfile.lock | |
+++ b/Gemfile.lock | |
@@ -5,6 +5,7 @@ GEM | |
daemons (1.2.4) | |
eventmachine (1.2.3) | |
kgio (2.11.0) | |
+ libv8 (5.7.492.65.1-x86_64-darwin-16) | |
puma (3.9.1) | |
rack (2.0.3) | |
rack-delay (0.2.0) | |
@@ -23,6 +24,7 @@ PLATFORMS | |
DEPENDENCIES | |
concurrent-ruby | |
+ libv8 | |
puma | |
rack | |
rack-delay |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment