Remove optional bullet dependency from Gemfile

This commit is contained in:
Pirate Praveen 2018-12-18 14:19:30 +05:30
parent 849e2a9ef2
commit 20a881471c
2 changed files with 11 additions and 0 deletions

10
debian/patches/0450-remove-bullet.patch vendored Normal file
View 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'

View file

@ -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