1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

Update shoulda-matchers.gemspec

finishing drop support to ruby 1.9.x
This commit is contained in:
Luciano Sousa 2015-03-01 19:04:57 -03:00 committed by Elliot Winkler
parent 9bbf7b07a5
commit d811bec14a

View file

@ -18,6 +18,6 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.required_ruby_version = '>= 1.9.3'
s.required_ruby_version = '>= 2.0.0'
s.add_dependency('activesupport', '>= 4.0.0')
end