summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2018-01-23 13:15:21 +0100
committerJacob Vosmaer <jacob@gitlab.com>2018-01-23 13:18:16 +0100
commitb6e6ef57fc262f4898634378274f52941698ef1f (patch)
treeccc727da8c035bd04434fcdcf8906003bf7d1c92 /Gemfile
parentfa037e7c5f7df9bdda16763ce14539d631d3ed73 (diff)
downloadgitlab-ce-b6e6ef57fc262f4898634378274f52941698ef1f.tar.gz
Prevent Unicorn crashing in development on macOS
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 6f82890d0d1..8d0c5e7163d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -307,6 +307,9 @@ group :development do
# thin instead webrick
gem 'thin', '~> 1.7.0'
+
+ # Used to fix Unicorn crashes on macOS High Sierra
+ gem 'fiddle', '~> 1.0.0'
end
group :development, :test do