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:
authorblackst0ne <blackst0ne.ru@gmail.com>2017-06-27 02:11:29 +0300
committerblackst0ne <blackst0ne.ru@gmail.com>2017-06-27 02:11:29 +0300
commitb56db3338168a4fd48de9e87e6014260477368cd (patch)
treee71e96d51710b30eb6405f6bd61feab020f043b0 /Gemfile
parentf09aa6b755043e9bba1eb7ae8f1ae45adc5df136 (diff)
Bump bootsnap to 1.1.1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 84722026e2e..092e7735bc2 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.1'
# Responders respond_to and respond_with
gem 'responders', '~> 2.0'