Skip to content

Commit 3403a21

Browse files
malachaifraziermunen
authored andcommitted
bootsnap gem added
1 parent 3e8b9a4 commit 3403a21

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ gem 'rails-i18n', '~> 5.0.0'
3737
gem 'redcarpet'
3838
gem 'simple_form'
3939
gem 'timecop'
40+
gem 'bootsnap', require: false
4041

4142
# Use CoffeeScript for .coffee assets and views
4243
gem 'coffee-rails', '~> 4.2'

Gemfile.lock

+4
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ GEM
6767
execjs
6868
bcrypt (3.1.12)
6969
bindex (0.5.0)
70+
bootsnap (1.3.2)
71+
msgpack (~> 1.0)
7072
bootstrap (4.2.1)
7173
autoprefixer-rails (>= 9.1.0)
7274
popper_js (>= 1.14.3, < 2)
@@ -266,6 +268,7 @@ GEM
266268
mini_mime (1.0.1)
267269
mini_portile2 (2.4.0)
268270
minitest (5.11.3)
271+
msgpack (1.2.6)
269272
multi_json (1.13.1)
270273
multi_xml (0.6.0)
271274
nenv (0.3.0)
@@ -440,6 +443,7 @@ PLATFORMS
440443

441444
DEPENDENCIES
442445
activeadmin
446+
bootsnap
443447
bootstrap (~> 4.2.1)
444448
byebug
445449
capistrano (~> 3.6)

0 commit comments

Comments
 (0)