diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-11-17 16:54:55 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-11-17 16:54:55 +0100 |
| commit | 5e4c38c28ecfd927a466aa128b9cb85a2e0e4ebc (patch) | |
| tree | 59b4ba2f104a9c357b711bfc315e90ea41e135ec /Gemfile.lock | |
| parent | a3530666a60dd004fe2c28bb87fbabdf5e5bebab (diff) | |
| download | kazbek-5e4c38c28ecfd927a466aa128b9cb85a2e0e4ebc.tar.gz | |
locopy: Require all arguments
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 7aa24da..cd95a11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,13 +3,16 @@ GEM specs: bigdecimal (3.3.1) mize (0.6.1) + mysql2 (0.5.7) + bigdecimal + optparse (0.8.0) pg (1.6.2) pg (1.6.2-x86_64-linux) rubyzip (3.2.2) sync (0.5.0) term-ansicolor (1.11.3) tins (~> 1) - tins (1.46.0) + tins (1.47.0) bigdecimal mize (~> 0.6) sync @@ -19,6 +22,8 @@ PLATFORMS x86_64-linux DEPENDENCIES + mysql2 (~> 0.5) + optparse (~> 0.8.0) pg (~> 1.6) rubyzip (~> 3.2) term-ansicolor (~> 1.11) |
