diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index 7443b50..765f18e 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../../../.. specs: - appsignal (3.12.0) + appsignal (3.12.6) rack GEM diff --git a/spec/diagnose_spec.rb b/spec/diagnose_spec.rb index f5ced82..81c6d00 100644 --- a/spec/diagnose_spec.rb +++ b/spec/diagnose_spec.rb @@ -779,21 +779,23 @@ "send_session_data" => true, "sidekiq_report_errors" => "all" }, - "env" => { - "endpoint" => ENV.fetch("APPSIGNAL_PUSH_API_ENDPOINT", nil), - "push_api_key" => "test" + "system" => { + "active" => true + }, + "loaders" => {}, + "initial" => { + "env" => "development" }, "file" => { "enable_minutely_probes" => false, "name" => "DiagnoseTests" }, - "initial" => { - "env" => "development" - }, - "system" => { - "active" => true + "env" => { + "endpoint" => ENV.fetch("APPSIGNAL_PUSH_API_ENDPOINT", nil), + "push_api_key" => "test" }, - "override" => {} + "override" => {}, + "dsl" => {} } when :elixir {