# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

gem 'webrick' if RUBY_VERSION >= '3.0'
