debian-mirror-gitlab/debian/patches/0470-relax-bootsnap.patch
2020-03-17 15:55:16 +05:30

11 lines
207 B
Diff

--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@
gem 'rails', '~> 5.2.3'
-gem 'bootsnap', '~> 1.4'
+gem 'bootsnap', '~> 1.3'
# Improves copy-on-write performance for MRI
gem 'nakayoshi_fork', '~> 0.0.4'