From 964d815a90a78c0ebbfc2fa57f8b847c1fab298d Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 14 Nov 2025 20:30:32 +0100 Subject: Add locopy --- locopy/Gemfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 locopy/Gemfile (limited to 'locopy/Gemfile') diff --git a/locopy/Gemfile b/locopy/Gemfile new file mode 100644 index 0000000..3cfb1a0 --- /dev/null +++ b/locopy/Gemfile @@ -0,0 +1,8 @@ +# frozen_string_literal: true + +source 'https://rubygems.org' + +git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } + +gem 'mysql2', '~> 0.5' +gem 'optparse', '~> 0.8.0' -- cgit v1.2.3