summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-04-29 00:55:20 +0200
committerEugen Wissner <belka@caraus.de>2025-04-29 00:55:20 +0200
commit9c66cec171bafaf12713efb78ac6099ef1f23020 (patch)
treef54e2c7713d92b2a52372dfbedfe63e6637d8ec1 /Gemfile.lock
parent963d32e8d1ab322d77768b5464e7360fd6feb3cd (diff)
downloadelna-9c66cec171bafaf12713efb78ac6099ef1f23020.tar.gz
Implement if statements
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock22
1 files changed, 22 insertions, 0 deletions
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