From a98e2ef3e3b0dbad4ac7ed4f95c02de2388ef762 Mon Sep 17 00:00:00 2001 From: "Peter H. Boling" Date: Tue, 15 Jul 2025 19:08:27 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Gemfile.lock=20should=20always?= =?UTF-8?q?=20be=20in=20version=20control?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - https://bundler.io/guides/creating_gem.html#testing-our-gem --- .gitignore | 1 - Gemfile.lock | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index aeae5f29..2b760924 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,3 @@ /pkg/ /spec/reports/ /tmp/ -Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 00000000..2ebe951a --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,42 @@ +PATH + remote: . + specs: + rexml (3.4.2) + +GEM + remote: https://rubygems.org/ + specs: + benchmark_driver (0.16.5) + date (3.4.1) + erb (5.0.2) + ostruct (0.6.2) + power_assert (2.0.5) + psych (5.2.6) + date + stringio + rake (13.3.0) + rdoc (6.14.2) + erb + psych (>= 4.0.0) + stringio (3.1.7) + test-unit (3.7.0) + power_assert + test-unit-ruby-core (1.0.7) + test-unit + +PLATFORMS + ruby + x86_64-linux + +DEPENDENCIES + benchmark_driver + bundler + ostruct + rake + rdoc + rexml! + test-unit + test-unit-ruby-core + +BUNDLED WITH + 2.6.9