Navigation Menu

Skip to content

Commit

Permalink
Lower builder dependency requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
archiloque committed Aug 31, 2011
1 parent 4a01234 commit 1715a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedzirra.gemspec
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'nokogiri', ['~> 1.4.4']
s.add_runtime_dependency 'sax-machine', ['~> 0.0.20']
s.add_runtime_dependency 'curb', ['~> 0.7.15']
s.add_runtime_dependency 'builder', ['~> 3.0.0']
s.add_runtime_dependency 'builder', ['~> 2.1.2']
s.add_runtime_dependency 'activesupport', ['>= 3.0.8']
s.add_runtime_dependency 'loofah', ['~> 1.0.0']
s.add_runtime_dependency 'rdoc', ['~> 3.8']
Expand Down

0 comments on commit 1715a1e

Please sign in to comment.