debian-mirror-gitlab/debian/patches/0470-relax-bootsnap.patch
2020-03-12 20:19:57 +05:30

11 lines
204 B
Diff

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