dependabot-common 0.169.7 → 0.169.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 386fd55d5f802d2a689a290dfaa9a428a660090b4400beafddadfed0b61fcf05
4
- data.tar.gz: 0ebddd699a9bca825e0659464867e88b001a014c11512e14a95683ab3f713b0f
3
+ metadata.gz: acfdd40be81fc9feb5a037e563239baa6623977b7165a4cd28cbb2856576c225
4
+ data.tar.gz: 297c1ad7a167698221a3111de95486166882214c07b4b24c54da2aea16b3eab5
5
5
  SHA512:
6
- metadata.gz: c69e86bffeed58deafc96cebbe969512a1cdd31994416d187b83ac1fd4982ab2ee7b4cc811a2415fe0e4791ab3a09b87bdef8710c8adb5a8a187c73b81baaaf9
7
- data.tar.gz: 1d10a30063cbafb28405c0ba20454b07929ad09153577f85d4f22a6d3122c7bf3d45abcafdf654885d60b85fd58faa2fb2c6aa2d8b0c30a6d6c259e126754e6c
6
+ metadata.gz: 2dd42eca6a6f0a90d1814b852d135c516e663dd5c57d6bb52279fb41a704fefa6ca276956b88a55c46574d2846c255af245048034d6464cfb16a3b4e2875c8a3
7
+ data.tar.gz: 38db42c533aaf2a20cd918349bbff71bb1f29f88edd356b6e6bf6059cd6bc7f4a69bf27336b5b5ff3eff87011da8fd0ab0a8280ce507d1f719c67cd4f74f2ed1
@@ -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.7"
4
+ VERSION = "0.169.8"
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.7
4
+ version: 0.169.8
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-20 00:00:00.000000000 Z
11
+ date: 2021-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport