diff --git a/.gitignore b/.gitignore index 0cb6eeb..9106b2a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ /.bundle/ /.yardoc -/Gemfile.lock /_yardoc/ /coverage/ /doc/ diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..ebce13c --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,35 @@ +PATH + remote: . + specs: + gcovinator (1.0.0) + +GEM + remote: https://rubygems.org/ + specs: + diff-lcs (1.3) + rake (13.0.1) + rspec (3.9.0) + rspec-core (~> 3.9.0) + rspec-expectations (~> 3.9.0) + rspec-mocks (~> 3.9.0) + rspec-core (3.9.1) + rspec-support (~> 3.9.1) + rspec-expectations (3.9.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.9.0) + rspec-mocks (3.9.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.9.0) + rspec-support (3.9.2) + +PLATFORMS + ruby + +DEPENDENCIES + bundler (~> 1.13) + gcovinator! + rake (~> 13.0) + rspec (~> 3.0) + +BUNDLED WITH + 1.17.3