Skip to content

Commit

Permalink
Exclude activesupport 5 pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sj26 committed Jan 31, 2016
1 parent 2b53ab2 commit f80a80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailcatcher.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 1.9.3"

s.add_dependency "activesupport", ">= 4.0.0", "< 5"
s.add_dependency "activesupport", "~> 4.0"
s.add_dependency "eventmachine", "1.0.9.1"
s.add_dependency "mail", "~> 2.3"
s.add_dependency "sinatra", "~> 1.2"
Expand Down

0 comments on commit f80a80e

Please sign in to comment.