westernmilling/gman_client

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

source 'https://rubygems.org'

gem 'rspec_junit_formatter', group: :test
gem 'rubocop', '0.54.0'
gem 'simplecov', group: :test, require: false

gemspec