summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-06-08 18:26:23 -0400
committerRobert Speicher <rspeicher@gmail.com>2017-06-08 18:26:23 -0400
commitf331bbefec8a1101ac7f1eaa3d5a5f0afa61bd9e (patch)
tree09feeba21873dbc0612b476e727f817e6816b2a9 /Gemfile
parentedd8d91194ce79cb5d77973c40436b98eb4d97fc (diff)
downloadgitlab-ce-f331bbefec8a1101ac7f1eaa3d5a5f0afa61bd9e.tar.gz
Add Bootsnap to all environments to reduce application startup timers-bootsnap
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index e197f53d9b5..715ce2bc6c2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,6 +2,7 @@ source 'https://rubygems.org'
gem 'rails', '4.2.8'
gem 'rails-deprecated_sanitizer', '~> 1.0.3'
+gem 'bootsnap', '~> 1.0.0'
# Responders respond_to and respond_with
gem 'responders', '~> 2.0'