Skip to content

Commit

Permalink
rake ts:si needs thinking-sphinx >= 1.4.1, otherwise a "rake aborte…
Browse files Browse the repository at this point in the history
…d! undefined method `generate' for #<ThinkingSphinx::Configuration:0x101010101>" will be raised
  • Loading branch information
jmonteiro committed Oct 27, 2011
1 parent bf9bdf1 commit 2ac7ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-resque-delta.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "thinking-sphinx", ">= 1.3.6"
s.add_dependency "thinking-sphinx", ">= 1.4.1"
s.add_dependency "resque", "~> 1.10"
s.add_dependency "resque-lock-timeout", "~> 0.3.1"

Expand Down

0 comments on commit 2ac7ad8

Please sign in to comment.