Skip to content

Commit

Permalink
Add bootsnap
Browse files Browse the repository at this point in the history
  • Loading branch information
swrobel committed Jan 15, 2018
1 parent 6e18e6c commit 90f5283
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -283,6 +286,7 @@ PLATFORMS
x86_64-darwin-16

DEPENDENCIES
bootsnap
bootstrap (~> 4.0.0.alpha3)
dotenv-rails
friendly_id
Expand Down

0 comments on commit 90f5283

Please sign in to comment.