diff options
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 |
