# frozen_string_literal: true

source "https://rubygems.org"

gemspec

group :memcheck, optional: true do
  gem "ruby_memcheck"
end
