diff --git a/debian/patches/0488-relax-bullet.patch b/debian/patches/0488-relax-bullet.patch new file mode 100644 index 0000000000..ba1c0b7a1d --- /dev/null +++ b/debian/patches/0488-relax-bullet.patch @@ -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' + diff --git a/debian/patches/series b/debian/patches/series index 281036056d..3e050313d9 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -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