# 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