Sha256: 06ef2d20221297a9df1409dde12cc4334e6992f9b51349690c0ca645ad60d64b

Contents?: true

Size: 569 Bytes

Versions: 1

Compression:

Stored size: 569 Bytes

Contents

# frozen_string_literal: true

source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gemspec

gem "rspec", "~> 3.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
whoop-0.1.0 Gemfile