File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- resque (1.13.0 )
4
+ resque (1.15.0 )
5
+ hoptoad_notifier (~> 2.4.9 )
5
6
json (~> 1.4.6 )
6
7
redis-namespace (>= 0.10.0 )
7
8
sinatra (>= 0.9.2 )
10
11
GEM
11
12
remote: http://rubygems.org/
12
13
specs:
14
+ activesupport (3.0.7 )
15
+ builder (3.0.0 )
16
+ hoptoad_notifier (2.4.9 )
17
+ activesupport
18
+ builder
13
19
json (1.4.6 )
14
20
rack (1.2.2 )
15
21
rack-test (0.5.7 )
16
22
rack (>= 1.0 )
17
- redis (2.1.1 )
23
+ redis (2.2.0 )
18
24
redis-namespace (0.10.0 )
19
25
redis (< 3.0.0 )
20
- sinatra (1.2.1 )
26
+ sinatra (1.2.6 )
21
27
rack (~> 1.1 )
22
28
tilt (>= 1.2.2 , < 2.0 )
23
- tilt (1.2.2 )
29
+ tilt (1.3 )
24
30
vegas (0.1.8 )
25
31
rack (>= 1.0.0 )
26
32
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ Gem::Specification.new do |s|
25
25
s . add_dependency "vegas" , "~> 0.1.2"
26
26
s . add_dependency "sinatra" , ">= 0.9.2"
27
27
s . add_dependency "json" , "~> 1.4.6"
28
+ s . add_dependency "hoptoad_notifier" , "~> 2.4.9"
29
+
28
30
29
31
s . description = <<description
30
32
Resque is a Redis-backed Ruby library for creating background jobs,
You can’t perform that action at this time.
0 commit comments