summaryrefslogtreecommitdiff
path: root/bundler.gemspec
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-01-12 16:07:18 -0800
committerAndre Arko <andre@arko.net>2012-01-12 16:20:16 -0800
commitfd90347b9e86f271f1495bc5bb0b98c7ac566529 (patch)
treebd87199c4228556a380f2698515572edba1a6133 /bundler.gemspec
parent8563e118b94406a75bb56da947d98e668260ed3b (diff)
downloadbundler-fd90347b9e86f271f1495bc5bb0b98c7ac566529.tar.gz
accurately represent the ruby versions we support
Diffstat (limited to 'bundler.gemspec')
-rw-r--r--bundler.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index d1b6efc26a..ab4030457b 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -14,6 +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_ruby_version = ">= 1.8.7"
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "bundler"