Skip to content

Commit

Permalink
Don't require Bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Sep 22, 2010
1 parent 1e0c62f commit 84c15e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lookup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |s|

s.add_development_dependency "bundler", ">= 1.0.0"

s.add_dependency("%q<bundler>", [">= 0"])
s.add_dependency(%q<sqlite3-ruby>, [">= 1.2.5"])
s.add_dependency(%q<nokogiri>, [">= 0"])
s.add_dependency(%q<activerecord>, [">= 2.3.8"])
Expand All @@ -30,4 +29,4 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
s.require_path = 'lib'
end
end

0 comments on commit 84c15e2

Please sign in to comment.