12 lines
174 B
Ruby
12 lines
174 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'sinatra', '~> 3.0'
|
|
gem 'puma', '~> 6.0'
|
|
|
|
gem 'sequel', '~> 5.63'
|
|
gem 'sqlite3', '~> 1.5'
|
|
|
|
# Use rerun gem to auto-reload app
|
|
gem 'rerun'
|
|
|