Skip to content

Commit 7539594

Browse files
committed
depend on json >= 1.4.6, < 1.6
1 parent ff8ffba commit 7539594

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
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)
@@ -16,7 +16,7 @@ GEM
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)

resque.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)