mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Merge pull request #337 from vanstee/dependency_status
Update rails gem and add dependency status badge
This commit is contained in:
commit
11c1a854b2
2 changed files with 5 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -5,7 +5,7 @@ gem 'celluloid'
|
|||
gem 'slim'
|
||||
gem 'sprockets'
|
||||
gem 'sass'
|
||||
gem 'rails', '3.2.6'
|
||||
gem 'rails', '3.2.7'
|
||||
gem 'sqlite3'
|
||||
|
||||
group :test do
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
Sidekiq [](http://travis-ci.org/mperham/sidekiq)
|
||||
Sidekiq
|
||||
==============
|
||||
|
||||
[](http://travis-ci.org/mperham/sidekiq)
|
||||
[](https://gemnasium.com/mperham/sidekiq)
|
||||
|
||||
Simple, efficient message processing for Ruby.
|
||||
|
||||
Sidekiq uses threads to handle many messages at the same time in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue