Remove optional bullet dependency from Gemfile
This commit is contained in:
parent
849e2a9ef2
commit
20a881471c
2 changed files with 11 additions and 0 deletions
10
debian/patches/0450-remove-bullet.patch
vendored
Normal file
10
debian/patches/0450-remove-bullet.patch
vendored
Normal file
|
@ -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'
|
||||||
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -10,6 +10,7 @@
|
||||||
0420-relax-js-regex.patch
|
0420-relax-js-regex.patch
|
||||||
0430-remove-gitlab-markup.patch
|
0430-remove-gitlab-markup.patch
|
||||||
0440-remove-puma.patch
|
0440-remove-puma.patch
|
||||||
|
0450-remove-bullet.patch
|
||||||
0500-set-webpack-root.patch
|
0500-set-webpack-root.patch
|
||||||
0510-remove-dev-dependencies.patch
|
0510-remove-dev-dependencies.patch
|
||||||
0520-add-system-lib-path-for-webpack.patch
|
0520-add-system-lib-path-for-webpack.patch
|
||||||
|
|
Loading…
Reference in a new issue