Skip to content

Commit d16370f

Browse files
authored
Add bundle versionto test file [v8] (#3512)
* Update gemfile.lock with ruby and bundler version
1 parent a0ca91b commit d16370f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

integration/assets/go_calls_ruby/Gemfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ PLATFORMS
88

99
DEPENDENCIES
1010
webrick
11+
12+
RUBY VERSION
13+
ruby 3.3.1p55
14+
15+
BUNDLED WITH
16+
2.5.18

integration/helpers/app.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ PLATFORMS
172172
DEPENDENCIES
173173
irb
174174
webrick
175+
176+
RUBY VERSION
177+
ruby 3.3.1p55
178+
179+
BUNDLED WITH
180+
2.5.18
175181
`,
176182
), 0666)
177183
Expect(err).ToNot(HaveOccurred())

0 commit comments

Comments
 (0)