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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
51eda1cb
Commit
51eda1cb
authored
Oct 28, 2014
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add sidetiq to gemfile.
parent
eeeb7da5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
Gemfile
Gemfile
+1
-0
Gemfile.lock
Gemfile.lock
+6
-0
No files found.
Gemfile
View file @
51eda1cb
...
...
@@ -114,6 +114,7 @@ gem "acts-as-taggable-on"
gem
'
slim
'
gem
'
sinatra
'
,
require:
nil
gem
'
sidekiq
'
,
'2.17.0'
gem
'
sidetiq
'
,
'0.6.1'
# HTTP requests
gem
"
httparty
"
...
...
Gemfile.lock
View file @
51eda1cb
...
...
@@ -252,6 +252,7 @@ GEM
multi_xml (>= 0.5.2)
httpauth (0.2.1)
i18n (0.6.11)
ice_cube (0.12.1)
ice_nine (0.10.0)
jasmine (2.0.2)
jasmine-core (~> 2.0.0)
...
...
@@ -477,6 +478,10 @@ GEM
json
redis (>= 3.0.4)
redis-namespace (>= 1.3.1)
sidetiq (0.6.1)
celluloid (>= 0.14.1)
ice_cube (~> 0.12.0)
sidekiq (>= 2.16.0)
simple_oauth (0.1.9)
simplecov (0.9.0)
docile (~> 1.1.0)
...
...
@@ -686,6 +691,7 @@ DEPENDENCIES
settingslogic
shoulda-matchers (~> 2.1.0)
sidekiq (= 2.17.0)
sidetiq (= 0.6.1)
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