You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/vendor/bundle/ruby/4.0.0/gems/webrick-1.9.2/Gemfile

11 lines
180 B

source 'https://rubygems.org'
gemspec
gem "rake"
gem "test-unit"
gem "test-unit-ruby-core"
# rbs requires ruby 3.0+
gem "rbs", require: false if !RUBY_VERSION.start_with?('2.')