dependabot-common 0.169.5 → 0.170.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d0ac22d737785e99d21235c4ac35446916ec461f6f72729688c8f1d0e6141fc6
4
- data.tar.gz: '0358ba4c6bcf80f34f18eafc1e46cf08504ca0ed0b80571f18ef90fe389928da'
3
+ metadata.gz: 3abab8ee98fbaf203e4dd353ff3584b218fa2eed7feb5dcac5c81d6d5d2def9b
4
+ data.tar.gz: c4d9274092f5ec3dccf92bac1603bc15de9db49e57a02da3ed8b8e629219b251
5
5
  SHA512:
6
- metadata.gz: 50ff254bd2c287c376cb16fb5681fd53c15d788be7cc657a408154eca8157722b3b0f14f554f3e03e13105d32bb31e213d547b459f763ed3984dd47ffa71f694
7
- data.tar.gz: 41eab89f2d0f5a3f96da9888e35814fa80f63bf70b5d9fd44651c0fa3784d28014f7da25930d8b6051218ab50754511c0c78b8a0f922357d12f92347115461c9
6
+ metadata.gz: 1c68bc748405f6f33305c6fc514523ce45c306603d89437e403dbd66869fdca18d5ee9ff78e3a2342861b1f507f8fe13fda95914a3c1871ec20d926765a7271c
7
+ data.tar.gz: 65aab3bf9c7859b6665d900aef9decf4a99ff61ce95497a670bb7f075562cc58ba3c2d07ed606d6bc5567d2bf44465cc08026797730e89b7f355379be05098ac
@@ -1,5 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require "active_support"
3
4
  require "active_support/notifications"
4
5
 
5
6
  module Dependabot
@@ -87,7 +87,7 @@ module Dependabot
87
87
  if ENV["DEBUG_FUNCTION"] == function
88
88
  puts helper_subprocess_bash_command(stdin_data: stdin_data, command: cmd, env: env)
89
89
  # Pause execution so we can run helpers inside the temporary directory
90
- byebug # rubocop:disable Lint/Debugger
90
+ debugger # rubocop:disable Lint/Debugger
91
91
  end
92
92
 
93
93
  env_cmd = [env, cmd].compact
@@ -89,7 +89,7 @@ module Dependabot
89
89
  # currently doesn't work with development environments
90
90
  resp.headers["X-GitHub-Request-Id"] &&
91
91
  !resp.headers["X-GitHub-Request-Id"].empty?
92
- rescue Excon::Error
92
+ rescue StandardError
93
93
  false
94
94
  end
95
95
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dependabot
4
- VERSION = "0.169.5"
4
+ VERSION = "0.170.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.169.5
4
+ version: 0.170.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-09 00:00:00.000000000 Z
11
+ date: 2022-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -223,19 +223,19 @@ dependencies:
223
223
  - !ruby/object:Gem::Version
224
224
  version: '3.0'
225
225
  - !ruby/object:Gem::Dependency
226
- name: byebug
226
+ name: debug
227
227
  requirement: !ruby/object:Gem::Requirement
228
228
  requirements:
229
- - - "~>"
229
+ - - ">="
230
230
  - !ruby/object:Gem::Version
231
- version: '11.0'
231
+ version: 1.0.0
232
232
  type: :development
233
233
  prerelease: false
234
234
  version_requirements: !ruby/object:Gem::Requirement
235
235
  requirements:
236
- - - "~>"
236
+ - - ">="
237
237
  - !ruby/object:Gem::Version
238
- version: '11.0'
238
+ version: 1.0.0
239
239
  - !ruby/object:Gem::Dependency
240
240
  name: gpgme
241
241
  requirement: !ruby/object:Gem::Requirement