mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Remove and gitignore Gemfile.lock
This commit is contained in:
parent
29a89d7a25
commit
bf9684d6a5
2 changed files with 2 additions and 32 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
tags
|
||||
Gemfile.lock
|
32
Gemfile.lock
32
Gemfile.lock
|
@ -1,32 +0,0 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
sidekiq (0.1.0)
|
||||
celluloid
|
||||
connection_pool
|
||||
multi_json
|
||||
redis
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
celluloid (0.8.0)
|
||||
connection_pool (0.1.0)
|
||||
minitest (2.10.0)
|
||||
multi_json (1.0.4)
|
||||
rake (0.9.2.2)
|
||||
redis (2.2.2)
|
||||
simplecov (0.5.4)
|
||||
multi_json (~> 1.0.3)
|
||||
simplecov-html (~> 0.5.3)
|
||||
simplecov-html (0.5.3)
|
||||
|
||||
PLATFORMS
|
||||
java
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
minitest
|
||||
rake
|
||||
sidekiq!
|
||||
simplecov
|
Loading…
Reference in a new issue