Sha256: 6332ea25d8e76a2b352cfd5c9df22a75f8afd22cdde8fe3e430f65e7eeafcfc5
Contents?: true
Size: 532 Bytes
Versions: 1
Compression:
Stored size: 532 Bytes
Contents
source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem "minitest", "~> 5.0" # minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking gem "organize_gemfile" # Organize your Gemfile with annotations gem "rake", "~> 13.0" # Rake is a Make-like program implemented in Ruby gem "standard", "~> 1.3" # Ruby Style Guide, with linter & automatic code fixer gem "bump", "~> 0.6" # Bump is a command line tool to help you version your Ruby projects
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
organize_gemfile-0.1.2 | Gemfile |