1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Add required_ruby_version to the Gemspec.

See http://docs.rubygems.org/read/chapter/20#required_ruby_version

Some features, such as commit 4b6ada72cf, requires Ruby >= 1.8.7.
Also, there's no trace of Ruby 1.8.6 support in the .travis.yml file.
This commit is contained in:
Simone Carletti 2012-01-12 21:26:51 +01:00
parent 11a79a0a40
commit e6e4d8bacb

View file

@ -15,6 +15,7 @@ Gem::Specification.new do |s|
s.test_files = all_files.select {|file| file =~ /^(spec|features|cucumber|gemfiles|Appraisals)/ }
s.require_path = 'lib'
s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")
s.authors = ["Joe Ferris"]
s.email = %q{jferris@thoughtbot.com}