Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gitlab
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Ruby Team
gitlab
Commits
f2636f0f
Commit
f2636f0f
authored
6 years ago
by
Sruthi Chandran
Browse files
Options
Downloads
Patches
Plain Diff
Relax gitlab-sidekiq-fetcher
parent
410d4c4c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/patches/0480-relax-gitlab-sidekiq-fetcher.patch
+11
-0
11 additions, 0 deletions
debian/patches/0480-relax-gitlab-sidekiq-fetcher.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
13 additions
and
1 deletion
debian/control
+
1
−
1
View file @
f2636f0f
...
...
@@ -153,7 +153,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
ruby-sidekiq (>= 5.2.1~),
ruby-sidekiq-cron (>= 0.6~),
ruby-redis-namespace (>= 1.6~),
ruby-gitlab-sidekiq-fetcher (>= 0.
1
.0~),
ruby-gitlab-sidekiq-fetcher (>= 0.
333
.0~),
# Cron Parser
ruby-rufus-scheduler (>= 3.4~),
# HTTP requests
...
...
This diff is collapsed.
Click to expand it.
debian/patches/0480-relax-gitlab-sidekiq-fetcher.patch
0 → 100644
+
11
−
0
View file @
f2636f0f
--- a/Gemfile
+++ b/Gemfile
@@ -176,7 +176,7 @@
gem 'sidekiq', '~> 5.2', '>= 5.2.1'
gem 'sidekiq-cron', '~> 0.6.0'
gem 'redis-namespace', '~> 1.6'
-gem 'gitlab-sidekiq-fetcher', '~> 0.1.0', require: 'sidekiq-reliable-fetch'
+gem 'gitlab-sidekiq-fetcher', '~> 0.3.0', require: 'sidekiq-reliable-fetch'
# Cron Parser
gem 'rufus-scheduler', '~> 3.4'
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
f2636f0f
...
...
@@ -13,6 +13,7 @@
0450-remove-bullet.patch
0460-relax-rspec-rails.patch
0470-relax-rails.patch
0480-relax-gitlab-sidekiq-fetcher.patch
0500-set-webpack-root.patch
0510-remove-dev-dependencies.patch
0520-add-system-lib-path-for-webpack.patch
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment