update test bundler setup to add source server
This commit is contained in:
parent
c4615e0363
commit
0efb143e81
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/build/
|
/build/
|
||||||
/tests/t???
|
/tests/t???
|
||||||
/tests/t???.c
|
/tests/t???.c
|
||||||
|
/tests/.bundle/
|
||||||
|
@ -1 +1,3 @@
|
|||||||
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "rspec"
|
gem "rspec"
|
||||||
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user