File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
specs:
4
4
resque (1.15.0 )
5
5
hoptoad_notifier (~> 2.4.9 )
6
- json (~> 1.4.6 )
6
+ json (>= 1.4.6 , < 1 .6 )
7
7
redis-namespace (>= 0.10.0 )
8
8
sinatra (>= 0.9.2 )
9
9
vegas (~> 0.1.2 )
16
16
hoptoad_notifier (2.4.9 )
17
17
activesupport
18
18
builder
19
- json (1.4.6 )
19
+ json (1.5.1 )
20
20
mocha (0.9.7 )
21
21
rake
22
22
rack (1.2.2 )
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ Gem::Specification.new do |s|
24
24
s . add_dependency "redis-namespace" , ">= 0.10.0"
25
25
s . add_dependency "vegas" , "~> 0.1.2"
26
26
s . add_dependency "sinatra" , ">= 0.9.2"
27
- s . add_dependency "json" , "~> 1.4.6"
27
+ s . add_dependency "json" , ">= 1.4.6" , "< 1 .6"
28
28
s . add_dependency "hoptoad_notifier" , "~> 2.4.9"
29
-
29
+
30
30
31
31
s . description = <<description
32
32
Resque is a Redis-backed Ruby library for creating background jobs,
You can’t perform that action at this time.
0 commit comments