jejacks0n/bitbot

View on GitHub
Gemfile

Summary

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

gemspec

gem "rails", require: false # only used to test the generator
gem "wit_ruby"

# test dependencies
gem "rspec"
gem "simplecov"
gem "fakeredis", require: false

# services
gem "rubocop", require: false
gem "rubocop-rails_config"