fgrehm/letter_opener_web

Bump rails deps requirements to 5.0+

fgrehm opened this issue · 1 comments

Follow up of #92

Before someone attempts to use the gem on Rails < 5 lets update the runtime deps on our gemspec

gem.add_dependency 'actionmailer', '>= 3.2'
gem.add_dependency 'letter_opener', '~> 1.0'
gem.add_dependency 'railties', '>= 3.2'

See #113