jerrywdlee/yaml_2_resume

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

gem 'prawn'
gem 'rake'
gem 'wareki'
gem 'sinatra'
gem 'sinatra-contrib', group: :development
gem 'mini_magick'

group :development, :test do
  gem 'rspec'
  gem 'simplecov'
  gem 'rack-test'
end