From 0312a5c67e35b960e33677b5358c539f1047e4e1 Mon Sep 17 00:00:00 2001 From: Burke Libbey Date: Thu, 1 Jun 2017 14:28:51 -0400 Subject: Add bootsnap to default Gemfile: Bootsnap precomputes load path resolution and caches ruby ISeq and YAML parsing/compilation, reducing application boot time by approximately 50% on supported configurations. --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 1fbf223d64..ccf73206b1 100644 --- a/Gemfile +++ b/Gemfile @@ -54,6 +54,9 @@ gem "libxml-ruby", platforms: :ruby # Action View. For testing Erubis handler deprecation. gem "erubis", "~> 2.7.0", require: false +# for railties app_generator_test +gem "bootsnap", ">= 1.1.0", require: false + # Active Job. group :job do gem "resque", require: false -- cgit v1.2.3