Skip to content

Commit

Permalink
Depend on json_pure for JRuby compat
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Jul 26, 2010
1 parent 1adb82a commit 17d248c
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.7.0"
s.add_dependency "vegas", "~> 0.1.2"
s.add_dependency "sinatra", ">= 0.9.2"
s.add_dependency "json", ">= 1.1.0"
s.add_dependency "json_pure", "~> 1.4.0"

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

0 comments on commit 17d248c

Please sign in to comment.