Sha256: f1a915ddc29f70c29c03d0c43b4941b330cc206bd3e119d090b0809998921511
Contents?: true
Size: 1.07 KB
Versions: 89
Compression:
Stored size: 1.07 KB
Contents
# frozen_string_literal: true source 'https://rubygems.org' # Specify your gem's dependencies in checkoff.gemspec gemspec gem 'bump' gem 'bundler' gem 'fakeweb' gem 'mdl' gem 'minitest-profile' gem 'minitest-reporters' gem 'mocha', ['~> 2.0.0.alpha.1'] # 0.58.0 and 0.57.0 don't seem super compatible with signatures, and # magit doesn't seem to want to use the bundled version at the moment, # so let's favor the more recent version... gem 'overcommit', ['>=0.60.0', '<0.61.0'] gem 'pry' gem 'punchlist' gem 'rake', '~> 13.0' gem 'rbs' gem 'rubocop', ['~> 1.52'] gem 'rubocop-minitest' gem 'rubocop-rake' # ensure version with branch coverage gem 'simplecov', ['>=0.18.0'] gem 'simplecov-lcov' gem 'solargraph', ['>=0.49.0'] gem 'undercover' gem 'webmock' gem 'yard' # 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'
Version data entries
89 entries across 89 versions & 1 rubygems