Relax dependency on bullet rubygem in Gemfile

This commit is contained in:
Pirate Praveen 2020-10-31 10:05:45 +00:00
parent ec99b221c6
commit 98494e29e0
2 changed files with 12 additions and 0 deletions

11
debian/patches/0488-relax-bullet.patch vendored Normal file
View file

@ -0,0 +1,11 @@
--- a/Gemfile
+++ b/Gemfile
@@ -323,7 +323,7 @@
end
if ENV["INCLUDE_TEST_DEPENDS"] == "true"
- gem 'bullet', '~> 6.0.2'
+ gem 'bullet', '~> 6.0'
gem 'pry-byebug', '~> 3.5','>= 3.5.1', platform: :mri
gem 'pry-rails', '~> 0.3.9'

View file

@ -12,6 +12,7 @@
0484-relax-grape-entity.patch
0485-relax-gitlab-sidekiq-fetcher.patch
0486-relax-sidekiq.patch
0488-relax-bullet.patch
0500-set-webpack-root.patch
0510-remove-dev-dependencies.patch
0520-add-system-lib-path-for-webpack.patch