ace-lab / planning-poker

Planning Poker is a Rails application for Story Estimation with Pivotal Tracker. It uses push notifications (Faye), Bootstrap and Font-Awesome.
0 stars 1 forks source link

Outdated Pivotal Tracker gem #3

Closed an-ju closed 6 years ago

an-ju commented 6 years ago

The Pivotal Tracker gem is outdated (it uses API v3, while the latest is v5).

Luckily there aren't many usages of the gem's APIs, so we can replace this gem with a new gem or our own API library.

adnanhemani commented 6 years ago

The new gem I integrated should be using API v5

an-ju commented 6 years ago

The description is updated.

adnanhemani commented 6 years ago

Fixed by PR #4