You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 runbundle install
I'm getting a conflict with thejira-ruby
library and I'm not able to install the plugin.This is the output of the issue:
This is the content of my
Pluginfile
:Thanks for your help
The text was updated successfully, but these errors were encountered: