mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-12-21 23:08:54 -05:00
Allow activesupport ~> 4.0.0
Closes #98 (didn't want to update Gemfile.lock so extensively)
This commit is contained in:
parent
fb13a62589
commit
f8df981d96
@ -33,7 +33,7 @@ Gem::Specification.new do |s|
|
||||
|
||||
s.required_ruby_version = '>= 1.8.7'
|
||||
|
||||
s.add_dependency "activesupport", "~> 3.0"
|
||||
s.add_dependency "activesupport", ">= 3.0.0", "< 4.1"
|
||||
s.add_dependency "eventmachine", "~> 1.0.0"
|
||||
s.add_dependency "haml", ">= 3.1", "< 5"
|
||||
s.add_dependency "mail", "~> 2.3"
|
||||
|
Loading…
Reference in New Issue
Block a user