This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generate scattered plot diagram with Cycle Time (Y axis) and Story Point (X axis) from Zenhub Cycle time report | |
require 'bundler/inline' | |
gemfile(true) do # true => gems that aren't already installed on the user's system should be installed. | |
source 'https://rubygems.org' | |
gem 'csv' | |
gem 'activesupport' | |
gem 'google_drive' |
OlderNewer