Don't commit Gemfile.lock
Current best practice is to commit this https://bundler.io/man/bundle-install.1.html#THE-GEMFILE-LOCK but we have zero deps, so it doesn't make sensemaster
parent
8b3df3fb17
commit
dfa13e6d10
@ -1,34 +0,0 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
pincode_validator (1.0.3)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
diff-lcs (1.3)
|
||||
rake (12.3.3)
|
||||
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.1)
|
||||
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
|
||||
pincode_validator!
|
||||
rake (~> 12.0)
|
||||
rspec (~> 3.8)
|
||||
|
||||
BUNDLED WITH
|
||||
2.1.4
|
Loading…
Reference in New Issue