Skip to content

Commit

Permalink
Switch from the json_pure gem to the json gem, which is now cross-pla…
Browse files Browse the repository at this point in the history
…tform 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
  • Loading branch information
Tony Arcieri authored and defunkt committed Aug 24, 2010
1 parent 3840c79 commit 28e3f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resque.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency "redis-namespace", "~> 0.8.0"
s.add_dependency "vegas", "~> 0.1.2"
s.add_dependency "sinatra", ">= 0.9.2"
s.add_dependency "json_pure", "~> 1.4.0"
s.add_dependency "json", "~> 1.4.6"

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

0 comments on commit 28e3f03

Please sign in to comment.