Relax dependency on bullet rubygem in Gemfile
This commit is contained in:
parent
ec99b221c6
commit
98494e29e0
2 changed files with 12 additions and 0 deletions
11
debian/patches/0488-relax-bullet.patch
vendored
Normal file
11
debian/patches/0488-relax-bullet.patch
vendored
Normal 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'
|
||||||
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -12,6 +12,7 @@
|
||||||
0484-relax-grape-entity.patch
|
0484-relax-grape-entity.patch
|
||||||
0485-relax-gitlab-sidekiq-fetcher.patch
|
0485-relax-gitlab-sidekiq-fetcher.patch
|
||||||
0486-relax-sidekiq.patch
|
0486-relax-sidekiq.patch
|
||||||
|
0488-relax-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