diff options
author | Gabriel Mazetto <brodock@gmail.com> | 2018-07-20 13:58:17 +0200 |
---|---|---|
committer | Gabriel Mazetto <brodock@gmail.com> | 2018-07-20 14:16:01 +0200 |
commit | 31a349e0db78f6a466a096065860688ea273b877 (patch) | |
tree | c40c7e377baba11f22b33a44426f6646b5a2b045 /Gemfile.lock | |
parent | 3bd8a783e8e91cc863655a46c02f8c3391f2a1a4 (diff) | |
download | gitlab-ce-31a349e0db78f6a466a096065860688ea273b877.tar.gz |
Add bootsnap to development/test bundle and enable it if available
This will enable bootsnap whenver the gem is available.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 6415f9e6132..1d9c75f154c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,6 +87,8 @@ GEM binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) blankslate (2.1.2.4) + bootsnap (1.3.1) + msgpack (~> 1.0) bootstrap_form (2.7.0) brakeman (4.2.1) browser (2.2.0) @@ -500,6 +502,7 @@ GEM mini_portile2 (2.3.0) minitest (5.7.0) mousetrap-rails (1.4.6) + msgpack (1.2.4) multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.0.0) @@ -986,6 +989,7 @@ DEPENDENCIES benchmark-ips (~> 2.3.0) better_errors (~> 2.1.0) binding_of_caller (~> 0.7.2) + bootsnap (~> 1.3) bootstrap_form (~> 2.7.0) brakeman (~> 4.2) browser (~> 2.2) |