SandyChapman / fastlane-plugin-jira_versions

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

Issues with other JIRA plugin versions. #3

Open jimenezjc83 opened 5 years ago

jimenezjc83 commented 5 years ago

I'm trying to integrate the fastlane-plugin-jira_versions plugin with another JIRA plugins (fastlane-plugin-jira_transition, fastlane-plugin-jira_set_fix_version) to perform some automatic tasks on JIRA, but when trying to run bundle install I'm getting a conflict with the jira-ruby library and I'm not able to install the plugin. This is the output of the issue:

Bundler could not find compatible versions for gem "jira-ruby":
  In Gemfile:
    fastlane-plugin-jira_set_fix_version was resolved to 1.0.0, which depends on
      jira-ruby (~> 1.5)

    fastlane-plugin-jira_versions was resolved to 0.1.0, which depends on
      jira-ruby (~> 1.1.0)

This is the content of my Pluginfile:

# Autogenerated by fastlane
#
# Ensure this file is checked in to source control!

gem 'fastlane-plugin-jira_versions'
gem 'fastlane-plugin-jira_transition'
gem 'fastlane-plugin-jira_set_fix_version'

Thanks for your help

mahdirajabi-nent commented 4 years ago

I have the same issue.

bukira commented 3 years ago

also have same issue