Sha256: 0402c025068f087cde86494334d10ef32c061f0a8068fff96ee10ce6f8a33696

Contents?: true

Size: 579 Bytes

Versions: 1

Compression:

Stored size: 579 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

# Specify your gem's dependencies in bundler-commentate.gemspec
gemspec

gem("rake", "~> 13.0")	# "Rake is a Make-like program implemented in Ruby"

gem("minitest", "~> 5.0")	# "minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking"

gem("rubocop", "~> 1.7")	# "Automatic Ruby code style checking tool."
gem("rubocop-minitest")	# "Automatic Minitest code style checking tool."
gem("rubocop-rake")	# "A RuboCop plugin for Rake"

plugin 'bundler-commentate', path: '.'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bundler-commentate-0.3.0 Gemfile