Lock bundler version to 2.2.9.
This commit is contained in:
parent
3568e4afcc
commit
f2896eb08a
2 changed files with 15 additions and 1 deletions
|
|
@ -1,2 +1,4 @@
|
|||
source "https://rubygems.org" do
|
||||
end
|
||||
end
|
||||
|
||||
gem "bundler"
|
||||
|
|
|
|||
12
tests/multi-language-repo/Gemfile.lock
Normal file
12
tests/multi-language-repo/Gemfile.lock
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
||||
PLATFORMS
|
||||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
bundler (= 2.2.9)
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.9
|
||||
Loading…
Add table
Add a link
Reference in a new issue