sapo-videos/gems.rb

11 lines
209 B
Ruby
Raw Normal View History

2023-07-28 02:01:40 +00:00
# SPDX-License-Identifier: AGPL-3.0-only
# SPDX-FileCopyrightText: 2023 Hugo Peixoto <hugo.peixoto@gmail.com>
source 'https://rubygems.org'
gem 'activerecord'
gem 'puma'
gem 'sinatra'
gem 'sqlite3'
2023-08-01 16:20:10 +00:00
gem 'pg'