mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Revert gemfile ruby requirement
This commit is contained in:
parent
b142d33f8f
commit
86c0100bff
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
-----------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "3.0.1"
|
||||
VERSION = "3.0.2"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue