foodsoft_group_order_invoice/Gemfile
Philipp Rothmann ffe798dc1b initial commit
Co-authored-by: viehlieb <pf@pragma-shift.net>
2023-07-24 12:04:33 +02:00

10 lines
275 B
Ruby

source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Specify your gem's dependencies in group_order_invoice.gemspec.
gemspec
gem "sqlite3"
# Start debugger with binding.b [https://github.com/ruby/debug]
# gem "debug", ">= 1.0.0"