mirror of
https://github.com/stripe/ai.git
synced 2026-09-14 18:39:59 +08:00
10 lines
210 B
Ruby
10 lines
210 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'sinatra', '~> 4.1.0'
|
|
gem 'rack', '>= 3.2.6'
|
|
gem 'rackup', '~> 2.1'
|
|
gem 'stripe', '~> 13.0' # Uses API version 2025-02-24.acacia
|
|
gem 'dotenv', '~> 2.8'
|
|
gem 'puma', '~> 6.0'
|
|
|