From cee260069fd74a5af4a05a673037685107be34c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Erik=20=C3=95unapuu?= Date: Fri, 29 May 2020 16:28:18 +0300 Subject: [PATCH] Add bootsnap gem --- Gemfile | 1 + Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index c31895266..47ef9f926 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,7 @@ gem 'iso8601', '0.12.1' # for dates and times gem 'rails', '~> 6.0' gem 'rest-client' gem 'uglifier' +gem 'bootsnap', '>= 1.1.0', require: false # load env gem 'figaro', '1.1.1' diff --git a/Gemfile.lock b/Gemfile.lock index 277a0f823..b3c1257af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -139,6 +139,8 @@ GEM autoprefixer-rails (9.7.4) execjs bcrypt (3.1.13) + bootsnap (1.4.6) + msgpack (~> 1.0) bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) @@ -294,6 +296,7 @@ GEM monetize (~> 1.9.0) money (~> 6.13.2) railties (>= 3.0) + msgpack (1.3.3) multi_json (1.14.1) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) @@ -490,6 +493,7 @@ PLATFORMS DEPENDENCIES airbrake autodoc + bootsnap (>= 1.1.0) bootstrap-sass (~> 3.4) cancancan capybara