diff --git a/debian/patches/0450-remove-bullet.patch b/debian/patches/0450-remove-bullet.patch new file mode 100644 index 0000000000..10bbfd769b --- /dev/null +++ b/debian/patches/0450-remove-bullet.patch @@ -0,0 +1,10 @@ +--- a/Gemfile ++++ b/Gemfile +@@ -298,7 +298,6 @@ + + if ENV["INCLUDE_TEST_DEPENDS"] == "true" + gem 'bootsnap', '~> 1.3' +- gem 'bullet', '~> 5.5.0', require: !!ENV['ENABLE_BULLET'] + gem 'pry-byebug', '~> 3.4.1', platform: :mri + gem 'pry-rails', '~> 0.3.4' + diff --git a/debian/patches/series b/debian/patches/series index 83d053270c..6a49373b4b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -10,6 +10,7 @@ 0420-relax-js-regex.patch 0430-remove-gitlab-markup.patch 0440-remove-puma.patch +0450-remove-bullet.patch 0500-set-webpack-root.patch 0510-remove-dev-dependencies.patch 0520-add-system-lib-path-for-webpack.patch