Sha256: 796ca66661633bd942fefd9374ea79b166c22de2263455ed41b6b2ad646c9620
Contents?: true
Size: 1.06 KB
Versions: 5
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.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' # 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
checkoff-0.44.0 | Gemfile |
checkoff-0.43.0 | Gemfile |
checkoff-0.42.0 | Gemfile |
checkoff-0.41.0 | Gemfile |
checkoff-0.40.0 | Gemfile |