Gemfile
# frozen_string_literal: true
source 'https://rubygems.org'
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem 'bundler'
gem 'rake'
gem 'rake-notes'
gem 'ruby-prof'
# linter/static analyzer
gem 'mdl'
gem 'rubocop'
gem 'rubocop-rspec'
# test
gem 'codecov'
gem 'rspec'
gem 'simplecov'
# debug
gem 'pry'
gem 'pry-byebug'
gem 'tapp'
# Specify your gem's dependencies in masking.gemspec
gemspec