diff --git a/Gemfile b/Gemfile index 80661b9..6e8234e 100644 --- a/Gemfile +++ b/Gemfile @@ -12,6 +12,7 @@ end gem 'rails', '~> 5.2.0.beta2' +gem 'bootsnap' gem 'bootstrap', '~> 4.0.0.alpha3' gem 'friendly_id' gem 'pg', '~> 0.18' diff --git a/Gemfile.lock b/Gemfile.lock index 2326d26..3685261 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,6 +51,8 @@ GEM babel-source (>= 4.0, < 6) execjs (~> 2.0) bindex (0.5.0) + bootsnap (1.1.8) + msgpack (~> 1.0) bootstrap (4.0.0.beta3) autoprefixer-rails (>= 6.0.3) popper_js (>= 1.12.3, < 2) @@ -131,6 +133,7 @@ GEM mini_mime (1.0.0) mini_portile2 (2.3.0) minitest (5.11.1) + msgpack (1.2.2) nenv (0.3.0) newrelic_rpm (4.7.1.340) nio4r (2.2.0) @@ -283,6 +286,7 @@ PLATFORMS x86_64-darwin-16 DEPENDENCIES + bootsnap bootstrap (~> 4.0.0.alpha3) dotenv-rails friendly_id