Skip to content

Commit 17d248c

Browse files
committed
Depend on json_pure for JRuby compat
1 parent 1adb82a commit 17d248c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resque.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
2424
s.add_dependency "redis-namespace", "~> 0.7.0"
2525
s.add_dependency "vegas", "~> 0.1.2"
2626
s.add_dependency "sinatra", ">= 0.9.2"
27-
s.add_dependency "json", ">= 1.1.0"
27+
s.add_dependency "json_pure", "~> 1.4.0"
2828

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

0 commit comments

Comments
 (0)