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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
af3138e8
Commit
af3138e8
authored
Feb 21, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update sidekiq
parent
585259b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Gemfile
Gemfile
+2
-2
Gemfile.lock
Gemfile.lock
+3
-3
No files found.
Gemfile
View file @
af3138e8
...
...
@@ -81,8 +81,8 @@ gem "draper", "~> 0.18.0"
# Background jobs
gem
'
slim
'
gem
'
sinatra
'
,
:require
=>
nil
gem
'
sidekiq
'
,
'2.
6.4
'
gem
'
sinatra
'
,
require:
nil
gem
'
sidekiq
'
,
'2.
7.3
'
# HTTP requests
gem
"
httparty
"
...
...
Gemfile.lock
View file @
af3138e8
...
...
@@ -393,7 +393,7 @@ GEM
sexp_processor (4.1.3)
shoulda-matchers (1.3.0)
activesupport (>= 3.0.0)
sidekiq (2.
6.4
)
sidekiq (2.
7.3
)
celluloid (~> 0.12.0)
connection_pool (~> 1.0)
multi_json (~> 1)
...
...
@@ -436,7 +436,7 @@ GEM
rack (>= 1.0.0)
thor (0.17.0)
tilt (1.3.3)
timers (1.
0.2
)
timers (1.
1.0
)
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
...
...
@@ -530,7 +530,7 @@ DEPENDENCIES
seed-fu
settingslogic
shoulda-matchers (= 1.3.0)
sidekiq (= 2.
6.4
)
sidekiq (= 2.
7.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