raven/Gemfile

13 lines
206 B
Ruby
Raw Normal View History

2022-12-07 17:52:27 -05:00
source 'https://rubygems.org'
gem 'sinatra', '~> 3.0'
gem 'sinatra-contrib', '~> 3.0'
2022-12-07 17:52:27 -05:00
gem 'puma', '~> 6.0'
gem 'sequel', '~> 5.63'
gem 'sqlite3', '~> 1.5'
2022-12-07 18:21:46 -05:00
# Use rerun gem to auto-reload app
gem 'rerun'