Skip to content

Commit

Permalink
Require Ruby >= 2.2.0 and Rails >=2.4.0 in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui Albuk authored and mcmire committed Sep 17, 2017
1 parent 31a8ab4 commit 9d69a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shoulda-matchers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '>= 2.0.0'
s.add_dependency('activesupport', '>= 4.0.0')
s.required_ruby_version = '>= 2.2.0'
s.add_dependency('activesupport', '>= 4.2.0')
end

0 comments on commit 9d69a80

Please sign in to comment.