Skip to content

Commit

Permalink
Lock bundler version to 2.2.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Gavin committed Feb 15, 2021
1 parent 3568e4a commit f2896eb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/multi-language-repo/Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
source "https://rubygems.org" do
end
end

gem "bundler"
12 changes: 12 additions & 0 deletions tests/multi-language-repo/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
GEM
remote: https://rubygems.org/
specs:

PLATFORMS
x86_64-linux

DEPENDENCIES
bundler (= 2.2.9)

BUNDLED WITH
2.2.9

0 comments on commit f2896eb

Please sign in to comment.