Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-06-09 01:26:23 +0300
committerRobert Speicher <rspeicher@gmail.com>2017-06-09 01:26:23 +0300
commitf331bbefec8a1101ac7f1eaa3d5a5f0afa61bd9e (patch)
tree09feeba21873dbc0612b476e727f817e6816b2a9 /Gemfile
parentedd8d91194ce79cb5d77973c40436b98eb4d97fc (diff)
Add Bootsnap to all environments to reduce application startup time
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'