Relax bootsnap
This commit is contained in:
parent
a140b234c7
commit
364ea88bd9
2 changed files with 12 additions and 0 deletions
11
debian/patches/0470-relax-bootsnap.patch
vendored
Normal file
11
debian/patches/0470-relax-bootsnap.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- 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'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -7,6 +7,7 @@
|
|||
0440-remove-puma.patch
|
||||
0450-remove-bullet.patch
|
||||
0460-embed-derailed-benchmarks.patch
|
||||
0470-relax-bootsnap.patch
|
||||
0500-set-webpack-root.patch
|
||||
0510-remove-dev-dependencies.patch
|
||||
0520-add-system-lib-path-for-webpack.patch
|
||||
|
|
Loading…
Reference in a new issue