adding Bootsnap to speed up boot time
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user