summaryrefslogtreecommitdiff
path: root/bundler.gemspec
diff options
context:
space:
mode:
authorErik Michaels-Ober <sferik@gmail.com>2010-09-11 14:37:01 -0700
committerAndre Arko <andre@arko.net>2010-09-13 12:46:47 -0700
commit46914db454b4ce0f5b1a0a84764e7dd556aca4d7 (patch)
tree7ab02c6464683af6d6fc887db511c01d4d4133ab /bundler.gemspec
parent39598a7029b47967223e4b700918b7c59f4a7da0 (diff)
downloadbundler-46914db454b4ce0f5b1a0a84764e7dd556aca4d7.tar.gz
required_rubygems_version takes a string, not an array
Diffstat (limited to 'bundler.gemspec')
-rw-r--r--bundler.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index fa657c289a..956f570937 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.summary = %q{The best way to manage your application's dependencies}
s.description = %q{Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably}
- s.required_rubygems_version = [">= 1.3.6", "< 2.0"]
+ s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "bundler"
s.add_development_dependency "ronn"