# frozen_string_literal: true source 'https://rubygems.org' # Specify your gem's dependencies in checkoff.gemspec gemspec # ruby-asana gem is pending key bugfixes for checkoff as of # 2021-07-29: # # See # https://github.com/Asana/ruby-asana/issues/109 # https://github.com/Asana/ruby-asana/issues/110 # gem 'asana', git: 'https://github.com/apiology/ruby-asana', branch: 'checkoff_fixes' # gem 'asana', path: '/Users/broz/src/ruby-asana'