Closed benebrice closed 1 year ago
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
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. 🙂
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. 👌🏻
Thanks @benebrice :pray:
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:
Does anybody know if there are possible side effects. If there is none, I can open the PR. 🙂