TiagoMSSantos/MobileRT

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
# Gemfile
# To obtain the Ruby and Jekyll versions used by Github, please check:
# https://pages.github.com/versions/

source 'https://rubygems.org'

# Gems for the Github Pages
gem 'github-pages', '~> 232', group: :jekyll_plugins, require: true

# Gems for bash code coverage
group :test do
  gem 'bashcov', '~> 3.1.2', require: true
  gem 'simplecov-cobertura', '~> 2.1.0', require: true
end