Fix ruby 2.7 warnings
On running shotgun there was a warning
.rvm/gems/ruby-2.7.0/gems/shotgun-0.9.2/bin/shotgun:156: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
Shotgun fails in ruby 3.0.0 without this change. Is there an estimate on when this change will be released?
I appreciate your commitment and look forward to its publication, hopefully soon.
Could we merge this PR ASAP? We need it desperately to run Shotgun with Ruby 3.
It looks like this is not getting enough attention yet. I know it's not the best solution, but I've just released a "temporary" fork since I needed to use it with Ruby 3 and needed a gem to properly automate deployment and some scripting.
I'm leaving the link here for anybody that could find it useful until this PR is merged and we can all go back to the official gem.
Hope it helps.
@kandalf thanks for your commitment, mate!
Resolves https://github.com/rtomayko/shotgun/issues/76