diff --git a/.gitignore b/.gitignore index ee75060..cf71a9a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ *.irbrc .byebug_history coverage -Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..b29143e --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,38 @@ +PATH + remote: . + specs: + meddleware (0.3.0) + +GEM + remote: https://rubygems.org/ + specs: + byebug (11.1.3) + diff-lcs (1.5.1) + docile (1.4.0) + rspec (2.99.0) + rspec-core (~> 2.99.0) + rspec-expectations (~> 2.99.0) + rspec-mocks (~> 2.99.0) + rspec-core (2.99.2) + rspec-expectations (2.99.2) + diff-lcs (>= 1.1.3, < 2.0) + rspec-mocks (2.99.4) + simplecov (0.22.0) + docile (~> 1.1) + simplecov-html (~> 0.11) + simplecov_json_formatter (~> 0.1) + simplecov-html (0.12.3) + simplecov_json_formatter (0.1.4) + +PLATFORMS + arm64-darwin-23 + ruby + +DEPENDENCIES + byebug + meddleware! + rspec (~> 2.0) + simplecov + +BUNDLED WITH + 2.5.7