tududi/Gemfile
2023-11-13 11:47:56 +02:00

20 lines
220 B
Ruby

source 'https://rubygems.org'
gem 'sinatra'
gem 'puma'
gem 'rake'
# DB
gem 'sinatra-activerecord'
gem 'sqlite3'
# Authentication
gem 'bcrypt'
# Other
gem 'rerun'
gem 'byebug'
# Development
gem 'faker'
gem 'rubocop'