stage-manager/Gemfile

15 lines
232 B
Ruby
Raw Normal View History

source 'https://rubygems.org'
gem 'sinatra', '~> 3.0'
gem 'sinatra-contrib', '~> 3.0'
gem 'puma', '~> 6.1'
gem 'sequel', '~> 5.66'
gem 'sqlite3', '~> 1.6'
2023-03-04 11:14:54 -05:00
gem 'kramdown', '~> 2.4'
# Use rerun gem to auto-reload app
gem 'rerun'