From f42e23ad9847e11e86c77623eb77da3355b6d71b Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 9 Jun 2025 13:51:29 -0600 Subject: test: switch to rspec --- Gemfile.lock | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Gemfile.lock (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..a413279 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,41 @@ +GEM + remote: https://rubygems.org/ + specs: + base64 (0.3.0) + diff-lcs (1.6.2) + json (2.12.2) + logger (1.7.0) + net-hippie (1.3.0) + base64 (~> 0.1) + json (~> 2.0) + logger (~> 1.0) + net-http (~> 0.6) + openssl (~> 3.0) + net-http (0.6.0) + uri + openssl (3.3.0) + rspec (3.13.1) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.4) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.5) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.5) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.13.0) + rspec-support (3.13.4) + uri (1.0.3) + +PLATFORMS + ruby + x86_64-linux + +DEPENDENCIES + net-hippie (~> 1.0) + rspec (~> 3.0) + +BUNDLED WITH + 2.6.9 -- cgit v1.2.3