You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
497 B
37 lines
497 B
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
# gem "rails"
|
|
|
|
gem "sinatra", "~> 4.1"
|
|
|
|
gem "shotgun", "~> 0.9.2"
|
|
|
|
|
|
gem "sqlite", "~> 1.0"
|
|
|
|
gem "inifile", "~> 3.0"
|
|
|
|
gem "carrierwave", "~> 3.1"
|
|
|
|
gem "data_mapper", "~> 1.2"
|
|
|
|
gem "json", "~> 1.8"
|
|
|
|
gem "stringio", "~> 3.1"
|
|
|
|
gem "puma", "~> 6.6"
|
|
|
|
gem "rackup", "~> 2.2"
|
|
|
|
gem "sqlite3", "~> 2.5"
|
|
|
|
gem "rugged", "~> 1.9"
|
|
|
|
gem "sequel", "~> 5.89"
|
|
|
|
gem "ffi", "~> 1.17"
|