about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-05-20 19:42:27 +0200
committerGitHub <noreply@github.com>2017-05-20 19:42:27 +0200
commitc2f70829d9dc1afcc4bbad4aadb21e5053e1fb71 (patch)
tree34fe8e0131019c3bbc7baa07cd84ce13156c385f /Gemfile.lock
parentb280c387c8e4228378d7beaf9c408f8f29cd54b6 (diff)
Adds bootsnap. Faster boot time (#3176)
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 936c1af6b..fd463edf5 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -67,6 +67,8 @@ GEM
       rack (>= 0.9.0)
     binding_of_caller (0.7.2)
       debug_inspector (>= 0.0.1)
+    bootsnap (0.2.14)
+      msgpack (~> 1.0)
     brakeman (3.6.1)
     builder (3.2.3)
     bullet (5.5.1)
@@ -235,6 +237,7 @@ GEM
     mimemagic (0.3.2)
     mini_portile2 (2.1.0)
     minitest (5.10.2)
+    msgpack (1.1.0)
     multi_json (1.12.1)
     net-scp (1.2.1)
       net-ssh (>= 2.6.5)
@@ -471,6 +474,7 @@ DEPENDENCIES
   aws-sdk (~> 2.9)
   better_errors (~> 2.1)
   binding_of_caller (~> 0.7)
+  bootsnap
   brakeman (~> 3.6)
   bullet (~> 5.5)
   bundler-audit (~> 0.5)