SimplyBilling/Gemfile

18 lines
220 B
Ruby
Raw Permalink Normal View History

2024-02-29 19:49:53 -07:00
# frozen_string_literal: true
source "https://rubygems.org"
# gem "rails"
gem "sinatra", "~> 4.0"
gem "puma", "~> 6.4"
gem "sequel", "~> 5.77"
gem "mysql2", "~> 0.5.6"
gem "sqlite3", "~> 1.7"
gem "erb", "~> 4.0"