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.

21 lines
284 B

# frozen_string_literal: true
source "https://rubygems.org"
5 months ago
gem "phlex"
1 year ago
gem "roda"
gem "sequel"
gem "sqlite3"
1 year ago
gem "tilt"
5 months ago
group :development do
gem "minitest"
gem "rackup"
gem "rake"
gem "ruby-lsp" # TODO: Set up ruby-lsp
# types
5 months ago
# gem "rbs-inline"
# gem "steep"
5 months ago
end