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.

16 lines
282 B

# frozen_string_literal: true
source "https://rubygems.org"
gem "sequel"
gem "sqlite3"
group :dev do
# Manually adding IRB as a dependency so I can adjust colors until
# https://github.com/ruby/reline/pull/552 is in Ruby itself
gem "irb"
gem "minitest"
gem "rake"
end