SandyChapman / fastlane-plugin-jira_versions

A Fastlane plugin for managing JIRA releases / versions
MIT License
14 stars 3 forks source link

Update jira-ruby dependency #5

Open osipxd opened 2 years ago

osipxd commented 2 years ago

jira_release_notes plugin depends on the old version of jira-ruby which is not compatible with activesupport 7. Here is the issue: https://github.com/sumoheavy/jira-ruby/issues/385

https://github.com/SandyChapman/fastlane-plugin-jira_versions/blob/944a16f123e36e997abbafa1b42f102868e43ea6/fastlane-plugin-jira_versions.gemspec#L20

This issue was fixed in jira-ruby 2.2.0. Is it possible to update the required version of jira-ruby?

Also relates to #3