raven/Gemfile

14 lines
254 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 'guard-rack'
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
2022-12-07 18:21:46 -05:00