diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-12-21 12:28:27 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-12-21 12:28:27 +0100 |
| commit | 071018dce6b35afe225903772488495f5f311509 (patch) | |
| tree | a7cc87a71a90d8809c0334e3c91d2bac854fd067 /Gemfile.lock | |
| parent | 21a6bf7178237eeccc2f95bd8dc9e78911f109f3 (diff) | |
| download | kazbek-071018dce6b35afe225903772488495f5f311509.tar.gz | |
Remove unused mysql2 dependency
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index cd95a11..cafbdfe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,20 +1,24 @@ GEM remote: https://rubygems.org/ specs: - bigdecimal (3.3.1) + bigdecimal (4.0.1) + io-console (0.8.2) mize (0.6.1) - mysql2 (0.5.7) - bigdecimal - optparse (0.8.0) + optparse (0.8.1) pg (1.6.2) pg (1.6.2-x86_64-linux) + readline (0.0.4) + reline + reline (0.6.3) + io-console (~> 0.5) rubyzip (3.2.2) sync (0.5.0) term-ansicolor (1.11.3) tins (~> 1) - tins (1.47.0) + tins (1.51.0) bigdecimal mize (~> 0.6) + readline sync PLATFORMS @@ -22,7 +26,6 @@ PLATFORMS x86_64-linux DEPENDENCIES - mysql2 (~> 0.5) optparse (~> 0.8.0) pg (~> 1.6) rubyzip (~> 3.2) |
