diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-11-14 20:30:32 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-11-14 20:30:32 +0100 |
| commit | 964d815a90a78c0ebbfc2fa57f8b847c1fab298d (patch) | |
| tree | df45816448f805414208f2e8bf4f4e160e104681 /locopy/Gemfile | |
| parent | cfa3d93290afa369d80f7a8921c32ad9570396b0 (diff) | |
| download | kazbek-964d815a90a78c0ebbfc2fa57f8b847c1fab298d.tar.gz | |
Add locopy
Diffstat (limited to 'locopy/Gemfile')
| -rw-r--r-- | locopy/Gemfile | 8 |
1 files changed, 8 insertions, 0 deletions
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' |
