From 9c66cec171bafaf12713efb78ac6099ef1f23020 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 29 Apr 2025 00:55:20 +0200 Subject: Implement if statements --- Gemfile.lock | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Gemfile.lock (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..3521a74 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,22 @@ +GEM + remote: https://rubygems.org/ + specs: + bigdecimal (3.1.9) + rake (13.2.1) + sync (0.5.0) + term-ansicolor (1.11.2) + tins (~> 1.0) + tins (1.38.0) + bigdecimal + sync + +PLATFORMS + ruby + x86_64-linux + +DEPENDENCIES + rake (~> 13.2) + term-ansicolor (~> 1.2) + +BUNDLED WITH + 2.6.7 -- cgit v1.2.3