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 33 specs:
44 resque (1.15.0 )
55 hoptoad_notifier (~> 2.4.9 )
6- json (~> 1.4.6 )
6+ json (>= 1.4.6 , < 1 .6 )
77 redis-namespace (>= 0.10.0 )
88 sinatra (>= 0.9.2 )
99 vegas (~> 0.1.2 )
1616 hoptoad_notifier (2.4.9 )
1717 activesupport
1818 builder
19- json (1.4.6 )
19+ json (1.5.1 )
2020 mocha (0.9.7 )
2121 rake
2222 rack (1.2.2 )
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ Gem::Specification.new do |s|
2424 s . add_dependency "redis-namespace" , ">= 0.10.0"
2525 s . add_dependency "vegas" , "~> 0.1.2"
2626 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"
2828 s . add_dependency "hoptoad_notifier" , "~> 2.4.9"
29-
29+
3030
3131 s . description = <<description
3232 Resque is a Redis-backed Ruby library for creating background jobs,
You can’t perform that action at this time.
0 commit comments