diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-09-06 22:06:27 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-09-06 22:08:12 +0200 |
| commit | 61a9584fb67c026002953ef02046ca0f78575040 (patch) | |
| tree | ee9c7ffcb51c5e5e6f144383bf85c959cd02e7ac /Gemfile.lock | |
| parent | 0a575a9731979b546dd74bda0976d230ddb686da (diff) | |
| download | kazbek-61a9584fb67c026002953ef02046ca0f78575040.tar.gz | |
Add pg_jekyll script
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 3663415..ffdbf82 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,14 @@ GEM remote: https://rubygems.org/ specs: - bigdecimal (3.2.2) + bigdecimal (3.2.3) + pg (1.6.2) + pg (1.6.2-x86_64-linux) rubyzip (2.4.1) sync (0.5.0) term-ansicolor (1.11.2) tins (~> 1.0) - tins (1.38.0) + tins (1.43.0) bigdecimal sync @@ -15,8 +17,9 @@ PLATFORMS x86_64-linux DEPENDENCIES + pg (~> 1.6) rubyzip (~> 2.4) term-ansicolor (~> 1.11) BUNDLED WITH - 2.6.7 + 2.6.9 |
