Skip to content

Commit 28e3f03

Browse files
Tony Arcieridefunkt
authored andcommitted
Switch from the json_pure gem to the json gem, which is now cross-platform at least across MRI/YARV, JRuby, and Rubinius. Require 1.4.6 as a minimum, since that's known working on all of these platforms
1 parent 3840c79 commit 28e3f03

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.8.0"
2525
s.add_dependency "vegas", "~> 0.1.2"
2626
s.add_dependency "sinatra", ">= 0.9.2"
27-
s.add_dependency "json_pure", "~> 1.4.0"
27+
s.add_dependency "json", "~> 1.4.6"
2828

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

0 commit comments

Comments
 (0)