1
0
Fork 0
backend/Gemfile

9 lines
158 B
Ruby

# frozen_string_literal: true
source 'https://rubygems.org'
gem 'connection_pool', '~> 2.3'
gem 'pg', '~> 1.4'
gem 'puma', '~> 6.0'
gem 'sinatra', '~> 3.0'