Agile Central - Work Item Connector: How can we find out the Ruby Gems version we are using?
search cancel

Agile Central - Work Item Connector: How can we find out the Ruby Gems version we are using?

book

Article ID: 108137

calendar_today

Updated On:

Products

Rally On-Premise Rally SaaS

Issue/Introduction



We are having problems after upgrading the a work item connector. We know it's using Ruby Gems. 
Which Ruby Gems are we using?

Environment

Release:
Component: ACSAAS

Resolution

To learn your current Ruby Gems versions:

1. Open a command prompt window/terminal.
2. Browse to the folder where you are executing the TFS Connector.
3. Run the command: "gem list"

The output will list the components of your TFS Connector. 
rally_tfs_api (1.2.1)
rallyeif-tfs (4.8.0)
rallyeif-wrk (1.3.0)

When upgrading to a new TFS Connector version you do need to run the "Install Gems" executable that's provided with the connector. That will upgrade/update your Ruby Gems version to match the version supported by the connector-instance you're deploying.

After running "Install Gems" you can run the "gem list" command again and confirm the listed versions match those in the release notes provided by CA.

Additional Information

Learn more on Ruby Gems: https://guides.rubygems.org/what-is-a-gem/