debian-mirror-gitlab/debian/patches/0470-relax-bootsnap.patch
2019-10-12 23:04:40 +05:30

11 lines
204 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'