diff --git a/bundler.gemspec b/bundler.gemspec index d1b6efc26a3..ab4030457b7 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"