dependabot-common 0.169.6 → 0.170.1

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: 979e13ba16f29d0dea5bf870d8a494959531cce7e54bdaf39b5227028d663721
4
- data.tar.gz: 6c332d0e5399bde5a6b1f1cb68937a1835c9dcfcf8f57c48262ba4619f00f38d
3
+ metadata.gz: 36bd4a298926a7aefa6b6d7306077a4ae6853e2131aa9839cbcfe8fd190e232f
4
+ data.tar.gz: 7fa8df49a3d6ade4e4c7f830ef0e4d3752722a71b2ec6e03339e2940f886a4d5
5
5
  SHA512:
6
- metadata.gz: '09cfd250f834bac0108afbb7eca1cfac6e00904ab7df232309fb32caecee1eef6041b4ec484ae0d705c5c4ed1dd0c88b9760ffb64200767e867a8a791aa8bdbc'
7
- data.tar.gz: 6af2905a4e636466170f864bab3af6cc78df261b92fe5b800f33d325b538f1fc44a66d4084911e006ac42045185c8548f3e624ef6d3338115825639e94c37f6f
6
+ metadata.gz: eed7e61cee10eed3aa25848f0f17337074ff4191bd507b557d0e4831593e4f9d992afdfd73571c9b64d40429983472c568777187b5716d8f2971fc513d8e0d89
7
+ data.tar.gz: 5c0fd00073e55dece2778955151e178bd9023456fe56461008ddaa7c35aa3d5d2819eadb6db264cd759e089925f666182e4008c72f046b5fead116b27be6dee8
@@ -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.6"
4
+ VERSION = "0.170.1"
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.6
4
+ version: 0.170.1
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-13 00:00:00.000000000 Z
11
+ date: 2022-01-11 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