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/
|
||||
/tests/t???
|
||||
/tests/t???.c
|
||||
/tests/.bundle/
|
||||
|
@ -1 +1,3 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "rspec"
|
||||
|
@ -1,4 +1,5 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
diff-lcs (1.3)
|
||||
rspec (3.6.0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user