source "http://rubygems.org"

if RUBY_VERSION <= '2.7'
  platforms :rbx do
    gem 'rubysl', '~> 2.0'
  end
end

gemspec
