1
0
Fork 0
backend/Gemfile

11 lines
191 B
Text
Raw Normal View History

2023-02-04 18:30:30 -05:00
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'puma', '~> 6.0'
2023-02-04 20:47:35 -05:00
gem 'connection_pool', '2.2.2'
gem 'pg', '1.2.3'
gem 'sinatra', '2.0.8.1'
2023-02-04 21:44:16 -05:00
gem 'sinatra-contrib', '2.0.8.1'