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:
parent
9bbf7b07a5
commit
d811bec14a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue