dependabot-common 0.107.39 → 0.107.40

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: 56e7de376cfb9c603012064cfe624aae34c07b88f5b2325d0215d415cc4733a7
4
- data.tar.gz: a515e1a0e6a524937300d5eb6cddeed921062d94af2713703e0759a2b2d641be
3
+ metadata.gz: fb5727f4b83578a8a0a1d6da3334103cdff42d6b694984e31496eafdd2c91455
4
+ data.tar.gz: 2c42ce1e5135c4281a0d8aaced1b1643a186064aa06f16cc2a017f1cf5e3578c
5
5
  SHA512:
6
- metadata.gz: cceb9069a19f86d58fbd3f62325c6ec6260169f122f7049b9646f61ddfdeb37cdbac32304000a8dee278952e1feae13b6f85d549b3f9a41f34ccaf4f8f636334
7
- data.tar.gz: 8410db69a173af78bd381e59b0034e1979b87bbe84cdc43a3130a895b8d5ab3c59b81f217c5904037db24b6e8e42020fed5541fc4c55070f3ce678c73b536bc3
6
+ metadata.gz: 9f0dfa22f1f6297a19870322bdfb6fb1760e2ff439bb16b21ce3cd1fecb9dfd50fdb7f60306b9631dd278f631db9fa8685f8f46dbd7edf73eed83bc61547e794
7
+ data.tar.gz: '0729eef60bdbd45737a77e2f79e743bf5857cc5db995cc16f3e1d3c9aa614d53f90851e6a53cfda2d35b5ba1866dac18cff7f7783541f116acfd0cb69ce3057d'
@@ -268,7 +268,10 @@ module Dependabot
268
268
  end
269
269
  rescue Dependabot::Clients::Bitbucket::NotFound,
270
270
  Dependabot::Clients::Bitbucket::Unauthorized,
271
- Dependabot::Clients::Bitbucket::Forbidden
271
+ Dependabot::Clients::Bitbucket::Forbidden,
272
+ Excon::Error::Server,
273
+ Excon::Error::Socket,
274
+ Excon::Error::Timeout
272
275
  []
273
276
  end
274
277
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dependabot
4
- VERSION = "0.107.39"
4
+ VERSION = "0.107.40"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.107.39
4
+ version: 0.107.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot