sj26/mailcatcher

Update gem spec minimum versions

Closed this issue ยท 3 comments

Hi guys,

I'm currently upgrading my Gemfile and I have conflicts with rake minimum version which involve Sinatra for this case.

I've fork the latest version of Mailcatcher and update the mailcatcher.gemspec

I have change those:

s.add_dependency "rack", "~> 2.1"
s.add_dependency "sinatra", "~> 2"

Does anybody know if there are possible side effects. If there is none, I can open the PR. ๐Ÿ™‚

sj26 commented

There are potential side effects.

Please don't include mailcatcher in your Gemfile:

https://github.com/sj26/mailcatcher#bundler

Thanks @sj26 !
I've never read this note before. I'll extract if from my Gemfile. ๐Ÿ‘Œ๐Ÿป

sj26 commented

Thanks @benebrice ๐Ÿ™