Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
0eed5cac
Commit
0eed5cac
authored
Jan 19, 2015
by
Vinnie Okada
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade Sidekiq to 3.3
parent
e3987bb6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
11 deletions
+13
-11
CHANGELOG
CHANGELOG
+1
-1
Gemfile
Gemfile
+1
-1
Gemfile.lock
Gemfile.lock
+11
-9
No files found.
CHANGELOG
View file @
0eed5cac
...
...
@@ -19,7 +19,7 @@ v 7.8.0
-
-
-
-
-
Upgrade Sidekiq to version 3.3
-
-
-
...
...
Gemfile
View file @
0eed5cac
...
...
@@ -118,7 +118,7 @@ gem "acts-as-taggable-on"
# Background jobs
gem
'
slim
'
gem
'
sinatra
'
,
require:
nil
gem
'
sidekiq
'
,
'
2.17.8
'
gem
'
sidekiq
'
,
'
~> 3.3
'
# HTTP requests
gem
"
httparty
"
...
...
Gemfile.lock
View file @
0eed5cac
...
...
@@ -62,8 +62,8 @@ GEM
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
json (>= 1.7)
celluloid (0.1
5.2
)
timers (~>
1.1
.0)
celluloid (0.1
6.0
)
timers (~>
4.0
.0)
charlock_holmes (0.6.9.4)
cliver (0.3.2)
code_analyzer (0.4.3)
...
...
@@ -244,6 +244,7 @@ GEM
hike (1.2.3)
hipchat (1.4.0)
httparty
hitimes (1.2.2)
html-pipeline (1.11.0)
activesupport (>= 2)
nokogiri (~> 1.4)
...
...
@@ -495,12 +496,12 @@ GEM
sexp_processor (4.4.0)
shoulda-matchers (2.1.0)
activesupport (>= 3.0.0)
sidekiq (
2.17.8
)
celluloid (
= 0.15.2
)
connection_pool (
~> 2
.0)
sidekiq (
3.3.0
)
celluloid (
>= 0.16.0
)
connection_pool (
>= 2.0
.0)
json
redis (
~> 3.1
)
redis-namespace (
~> 1.3
)
redis (
>= 3.0.6
)
redis-namespace (
>= 1.3.1
)
simple_oauth (0.1.9)
simplecov (0.9.0)
docile (~> 1.1.0)
...
...
@@ -555,7 +556,8 @@ GEM
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
timers (1.1.0)
timers (4.0.1)
hitimes
timfel-krb5-auth (0.8)
tinder (1.9.3)
eventmachine (~> 1.0)
...
...
@@ -716,7 +718,7 @@ DEPENDENCIES
semantic-ui-sass (~> 0.16.1.0)
settingslogic
shoulda-matchers (~> 2.1.0)
sidekiq (
= 2.17.8
)
sidekiq (
~> 3.3
)
simplecov
sinatra
six
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment