source "https://rubygems.org"

if RUBY_VERSION >= "2.7"
  gem "irb"
  gem "debug", platform: :mri
end

gemspec
