diff --git a/integration/assets/go_calls_ruby/Gemfile.lock b/integration/assets/go_calls_ruby/Gemfile.lock index 1cfcccdbf9a..bd46000cf72 100644 --- a/integration/assets/go_calls_ruby/Gemfile.lock +++ b/integration/assets/go_calls_ruby/Gemfile.lock @@ -8,3 +8,9 @@ PLATFORMS DEPENDENCIES webrick + +RUBY VERSION + ruby 3.3.1p55 + +BUNDLED WITH + 2.5.18 \ No newline at end of file diff --git a/integration/helpers/app.go b/integration/helpers/app.go index f2cd7458ead..8fd54dc3eaf 100644 --- a/integration/helpers/app.go +++ b/integration/helpers/app.go @@ -172,6 +172,12 @@ PLATFORMS DEPENDENCIES irb webrick + +RUBY VERSION + ruby 3.3.1p55 + +BUNDLED WITH + 2.5.18 `, ), 0666) Expect(err).ToNot(HaveOccurred())