Update gem spec minimum versions
Closed this issue ยท 3 comments
benebrice commented
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:
benebrice commented
Thanks @sj26 !
I've never read this note before. I'll extract if from my Gemfile. ๐๐ป
sj26 commented
Thanks @benebrice ๐