Skip to content

Commit cd0f191

Browse files
committed
Add hoptoad_notifier dependency to the gemspec
1 parent 451a930 commit cd0f191

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

Gemfile.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
resque (1.13.0)
4+
resque (1.15.0)
5+
hoptoad_notifier (~> 2.4.9)
56
json (~> 1.4.6)
67
redis-namespace (>= 0.10.0)
78
sinatra (>= 0.9.2)
@@ -10,17 +11,22 @@ PATH
1011
GEM
1112
remote: http://rubygems.org/
1213
specs:
14+
activesupport (3.0.7)
15+
builder (3.0.0)
16+
hoptoad_notifier (2.4.9)
17+
activesupport
18+
builder
1319
json (1.4.6)
1420
rack (1.2.2)
1521
rack-test (0.5.7)
1622
rack (>= 1.0)
17-
redis (2.1.1)
23+
redis (2.2.0)
1824
redis-namespace (0.10.0)
1925
redis (< 3.0.0)
20-
sinatra (1.2.1)
26+
sinatra (1.2.6)
2127
rack (~> 1.1)
2228
tilt (>= 1.2.2, < 2.0)
23-
tilt (1.2.2)
29+
tilt (1.3)
2430
vegas (0.1.8)
2531
rack (>= 1.0.0)
2632

resque.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Gem::Specification.new do |s|
2525
s.add_dependency "vegas", "~> 0.1.2"
2626
s.add_dependency "sinatra", ">= 0.9.2"
2727
s.add_dependency "json", "~> 1.4.6"
28+
s.add_dependency "hoptoad_notifier","~> 2.4.9"
29+
2830

2931
s.description = <<description
3032
Resque is a Redis-backed Ruby library for creating background jobs,

0 commit comments

Comments
 (0)