diff --git a/Gemfile.lock b/Gemfile.lock index 1399ebb32..7bca1c976 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,8 @@ PATH remote: . specs: - resque (1.13.0) + resque (1.15.0) + hoptoad_notifier (~> 2.4.9) json (~> 1.4.6) redis-namespace (>= 0.10.0) sinatra (>= 0.9.2) @@ -10,17 +11,22 @@ PATH GEM remote: http://rubygems.org/ specs: + activesupport (3.0.7) + builder (3.0.0) + hoptoad_notifier (2.4.9) + activesupport + builder json (1.4.6) rack (1.2.2) rack-test (0.5.7) rack (>= 1.0) - redis (2.1.1) + redis (2.2.0) redis-namespace (0.10.0) redis (< 3.0.0) - sinatra (1.2.1) + sinatra (1.2.6) rack (~> 1.1) tilt (>= 1.2.2, < 2.0) - tilt (1.2.2) + tilt (1.3) vegas (0.1.8) rack (>= 1.0.0) diff --git a/resque.gemspec b/resque.gemspec index cb8e3b571..3c20df86d 100644 --- a/resque.gemspec +++ b/resque.gemspec @@ -25,6 +25,8 @@ Gem::Specification.new do |s| s.add_dependency "vegas", "~> 0.1.2" s.add_dependency "sinatra", ">= 0.9.2" s.add_dependency "json", "~> 1.4.6" + s.add_dependency "hoptoad_notifier","~> 2.4.9" + s.description = <