Skip to content

Commit

Permalink
TERMPORARY: removed solrizer from gem dependency list (cyclic referen…
Browse files Browse the repository at this point in the history
…ce breaks bundler)
  • Loading branch information
flyingzumwalt committed Sep 15, 2010
1 parent a6c3ef2 commit d013405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ begin
gem.add_dependency('nokogiri')
# gem.add_dependency('om', '>= 0.1.9')
gem.add_dependency('om', '>= 1.0')
gem.add_dependency('solrizer', '>=0.1.4')
# gem.add_dependency('solrizer', '>=0.1.4')
# gem.add_dependency('yaml')

gem.add_development_dependency "rspec", ">= 1.2.9"
Expand Down

0 comments on commit d013405

Please sign in to comment.