add Gemfile.lock

This commit is contained in:
Josh Holtrop 2020-02-29 14:21:27 -05:00
parent 8d9ed10f9c
commit 0b46be0c83
2 changed files with 35 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
/.bundle/ /.bundle/
/.yardoc /.yardoc
/Gemfile.lock
/_yardoc/ /_yardoc/
/coverage/ /coverage/
/doc/ /doc/

35
Gemfile.lock Normal file
View File

@ -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