1
0
Fork 0
backend/Gemfile

9 lines
158 B
Text
Raw Normal View History

2023-02-04 18:30:30 -05:00
# frozen_string_literal: true
source 'https://rubygems.org'
2023-02-04 18:43:57 -05:00
gem 'connection_pool', '~> 2.3'
gem 'pg', '~> 1.4'
2023-02-04 18:30:30 -05:00
gem 'puma', '~> 6.0'
gem 'sinatra', '~> 3.0'