jancotanis/zabbix

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

source 'https://rubygems.org'

# Specify your gem's dependencies in cloudally.gemspec
gemspec

gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.7'
gem 'simplecov', require: false, group: :test
gem 'wrapi'