summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorGabriel Mazetto <brodock@gmail.com>2018-07-20 13:58:17 +0200
committerGabriel Mazetto <brodock@gmail.com>2018-07-20 14:16:01 +0200
commit31a349e0db78f6a466a096065860688ea273b877 (patch)
treec40c7e377baba11f22b33a44426f6646b5a2b045 /Gemfile
parent3bd8a783e8e91cc863655a46c02f8c3391f2a1a4 (diff)
downloadgitlab-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')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 7eac9e6a7b3..0ad5df90c3c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -323,6 +323,7 @@ group :development do
end
group :development, :test do
+ gem 'bootsnap', '~> 1.3'
gem 'bullet', '~> 5.5.0', require: !!ENV['ENABLE_BULLET']
gem 'pry-byebug', '~> 3.4.1', platform: :mri
gem 'pry-rails', '~> 0.3.4'