Sha256: 83b3d8b14a1f40b852bff6ac8da69b4516b8f84481aa403b78374afdc514e316
Contents?: true
Size: 1.06 KB
Versions: 14
Compression:
Stored size: 1.06 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.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.50.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
14 entries across 14 versions & 1 rubygems