Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Installed bootnstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrei committed Jul 28, 2017
1 parent 0abc737 commit cdcc8e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -67,6 +67,7 @@ gem 'turnout'
gem 'twilio-ruby'
gem 'uglifier'
gem 'webpacker', git: 'https://github.com/rails/webpacker.git'
gem 'bootsnap', require: false

group :development, :test do
gem 'byebug'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -115,6 +115,8 @@ GEM
aws-sigv4 (1.0.0)
bcrypt (3.1.11)
bindex (0.5.0)
bootsnap (1.1.2)
msgpack (~> 1.0)
bootstrap-sass (3.3.7)
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
Expand Down Expand Up @@ -312,6 +314,7 @@ GEM
minitest (5.10.2)
money (6.9.0)
i18n (>= 0.6.4, < 0.9)
msgpack (1.1.0)
multi_json (1.12.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
Expand Down Expand Up @@ -569,6 +572,7 @@ DEPENDENCIES
aws-sdk (~> 2)
aws-sdk-rails
bcrypt (~> 3.1.7)
bootsnap
bootstrap-sass (~> 3.3.5)
braintree (~> 2.54.0)
browser (~> 2.0, >= 2.0.3)
Expand Down
1 change: 1 addition & 0 deletions config/boot.rb
@@ -1,3 +1,4 @@
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)

require 'bundler/setup' # Set up gems listed in the Gemfile.
require 'bootsnap/setup'

0 comments on commit cdcc8e6

Please sign in to comment.