diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-09 13:51:29 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-09 13:51:29 -0600 |
| commit | f42e23ad9847e11e86c77623eb77da3355b6d71b (patch) | |
| tree | 1f1cbb1c1ffe1b10f6bd188afd7ece427d8a0b96 /Gemfile.lock | |
| parent | 14c7a0e3ebf77451662bbbac1915facdec0bca3f (diff) | |
test: switch to rspec
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 41 |
1 files changed, 41 insertions, 0 deletions
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 |
