1
0
Fork 0
backend/Gemfile

11 lines
191 B
Ruby
Raw Normal View History

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