update test bundler setup to add source server

This commit is contained in:
Josh Holtrop 2018-06-07 23:09:42 -04:00
parent c4615e0363
commit 0efb143e81
3 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/build/ /build/
/tests/t??? /tests/t???
/tests/t???.c /tests/t???.c
/tests/.bundle/

View File

@ -1 +1,3 @@
source "https://rubygems.org"
gem "rspec" gem "rspec"

View File

@ -1,4 +1,5 @@
GEM GEM
remote: https://rubygems.org/
specs: specs:
diff-lcs (1.3) diff-lcs (1.3)
rspec (3.6.0) rspec (3.6.0)