Skip to content

Commit

Permalink
Upgrade to Celluloid 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Sep 5, 2012
1 parent 783b57e commit a09e25d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.3.0
-----------

- Upgrade Celluloid to 0.12
- Upgrade Twitter Bootstrap to 2.1.0
- Rescue more Exceptions

2.2.1
-----------

Expand Down
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
source 'http://rubygems.org'
gemspec

gem 'celluloid', ">= 0.12.0.pre"
gem 'celluloid', "~> 0.12.0"
gem 'slim'
gem 'sprockets'
gem 'sass'
gem 'rails', '3.2.8'
gem 'sqlite3'
Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sidekiq
VERSION = "2.2.1"
VERSION = "2.3.0"
end
2 changes: 1 addition & 1 deletion sidekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'redis', '~> 3'
gem.add_dependency 'redis-namespace'
gem.add_dependency 'connection_pool', '~> 0.9.2'
gem.add_dependency 'celluloid'
gem.add_dependency 'celluloid', '~> 0.12.0'
gem.add_dependency 'multi_json', '~> 1'
gem.add_development_dependency 'minitest', '~> 3'
gem.add_development_dependency 'sinatra'
Expand Down

0 comments on commit a09e25d

Please sign in to comment.