Add test for a Gemfile depending on Bundler 1

This commit is contained in:
Benoit Daloze
2020-12-22 11:46:12 +01:00
parent 1771151f64
commit ec4649be90
2 changed files with 18 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
source 'https://rubygems.org'
gem "bundler", "~> 1.0"