summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-03-01 13:38:52 -0800
committerStan Hu <stanhu@gmail.com>2019-03-01 13:40:15 -0800
commit97e761a53e36fa6da8f5cf7a59ea8afd837aceb1 (patch)
treec48821da19f721fb29b2cb9233fc1aa68eb16835 /Gemfile
parent4dbf7d66a4f2478861aaee134017d9d74d64d955 (diff)
downloadgitlab-ce-97e761a53e36fa6da8f5cf7a59ea8afd837aceb1.tar.gz
Bump Bootsnap to 1.4.1
1.4.1 contains a number of bug fixes and performance improvements: https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0178ca9f352..11fdff8a094 100644
--- a/Gemfile
+++ b/Gemfile
@@ -325,7 +325,7 @@ group :development do
end
group :development, :test do
- gem 'bootsnap', '~> 1.3'
+ gem 'bootsnap', '~> 1.4'
gem 'bullet', '~> 5.5.0', require: !!ENV['ENABLE_BULLET']
gem 'pry-byebug', '~> 3.5.1', platform: :mri
gem 'pry-rails', '~> 0.3.4'