diff --git a/updater/spec/dependabot/integration_spec.rb b/updater/spec/dependabot/integration_spec.rb index de16d664c61..bd2fbc68c15 100644 --- a/updater/spec/dependabot/integration_spec.rb +++ b/updater/spec/dependabot/integration_spec.rb @@ -6,6 +6,7 @@ require "dependabot/file_fetchers" require "dependabot/end_to_end_job" require "dependabot/api_client" +require "dependabot/instrumentation" RSpec.describe Dependabot::EndToEndJob do subject(:end_to_end_job) { Dependabot::EndToEndJob.new } diff --git a/updater/spec/fixtures/bundler_git/original/Gemfile.lock b/updater/spec/fixtures/bundler_git/original/Gemfile.lock index 71a32c5f8bb..cfe797d21ab 100644 --- a/updater/spec/fixtures/bundler_git/original/Gemfile.lock +++ b/updater/spec/fixtures/bundler_git/original/Gemfile.lock @@ -10,7 +10,9 @@ GEM specs: PLATFORMS + aarch64-linux x86_64-darwin-19 + x86_64-linux DEPENDENCIES dummy-git-dependency! diff --git a/updater/spec/fixtures/bundler_git/updated/Gemfile.lock b/updater/spec/fixtures/bundler_git/updated/Gemfile.lock index 80108ed18be..94a2f0d5caf 100644 --- a/updater/spec/fixtures/bundler_git/updated/Gemfile.lock +++ b/updater/spec/fixtures/bundler_git/updated/Gemfile.lock @@ -10,6 +10,7 @@ GEM specs: PLATFORMS + aarch64-linux x86_64-darwin-19 x86_64-linux