Revert gemfile ruby requirement

This commit is contained in:
Mike Perham 2014-05-05 09:30:33 -07:00
parent b142d33f8f
commit 86c0100bff
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
3.0.2
-----------
- Revert gemfile requirement of Ruby 2.0. JRuby 1.7 calls itself Ruby
1.9.3 and broke with this requirement.
3.0.1
-----------

View File

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "3.0.1"
VERSION = "3.0.2"
end