pedrozath/coltrane

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

source 'https://rubygems.org'

group :test, :development do
  gem 'pry'
  gem 'pry-byebug'
  gem 'opal-rspec'
end

group :test do
  gem 'rspec'
  gem 'tty-prompt'
  gem 'simplecov', require: false
  gem 'rubocop',   require: false
end

gemspec