Skip to content
Snippets Groups Projects
Commit 98494e29 authored by Praveen Arimbrathodiyil's avatar Praveen Arimbrathodiyil
Browse files

Relax dependency on bullet rubygem in Gemfile

parent ec99b221
No related branches found
No related tags found
No related merge requests found
--- 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'
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment