From 2f05fd42aa5da660e9dd14a92f4189b234ef876e Mon Sep 17 00:00:00 2001 From: Marc Anguera Insa Date: Sat, 17 Apr 2021 16:55:09 +0200 Subject: [PATCH] adding Bootsnap to speed up boot time --- Gemfile | 1 + Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 9ef25d0..0317203 100644 --- a/Gemfile +++ b/Gemfile @@ -6,6 +6,7 @@ gem 'rails', '~> 6.1.1' gem 'rails-i18n', '~> 6.0.0' gem 'rdiscount', '~> 2.2.0.1' gem 'activeadmin', '~> 2.9.0' +gem 'bootsnap', '~> 1.7.3', require: false gem 'has_scope', '~> 0.7.2' gem 'pundit', '~> 2.1.0' gem 'pg', '~> 1.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index e95d62a..62465c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,6 +81,8 @@ GEM execjs bcrypt (3.1.16) bindex (0.8.1) + bootsnap (1.7.3) + msgpack (~> 1.0) bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) @@ -204,6 +206,7 @@ GEM mini_mime (1.0.2) mini_portile2 (2.5.0) minitest (5.14.4) + msgpack (1.4.2) net-scp (3.0.0) net-ssh (>= 2.6.5, < 7.0.0) net-ssh (6.1.0) @@ -406,6 +409,7 @@ PLATFORMS DEPENDENCIES activeadmin (~> 2.9.0) + bootsnap (~> 1.7.3) bootstrap-sass (~> 3.4) byebug (~> 11.0) capistrano (~> 3.1)