mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-12-22 07:18:53 -05:00
Merge pull request #139 from lime/activesupport-4x
Extend activesupport dependency to include 4.x
This commit is contained in:
commit
d4c853db63
@ -30,7 +30,7 @@ Gem::Specification.new do |s|
|
||||
|
||||
s.required_ruby_version = '>= 1.8.7'
|
||||
|
||||
s.add_dependency "activesupport", ">= 3.0.0", "< 4.1"
|
||||
s.add_dependency "activesupport", ">= 3.0.0", "< 5"
|
||||
s.add_dependency "eventmachine", "~> 1.0.0"
|
||||
s.add_dependency "haml", ">= 3.1", "< 4.1"
|
||||
s.add_dependency "mail", "~> 2.3"
|
||||
|
Loading…
Reference in New Issue
Block a user