dependabot-common 0.111.17 → 0.111.18

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: 6e460f3c64020604d859bc59f0058835f238ad2d50ccc26d1fd386db75f44c43
4
- data.tar.gz: d65b7b817576a68ae97cdf2c2eaf755bef96a61346bb113df46582185d42b616
3
+ metadata.gz: fd9246bd7bfcd447f9672d02e33a9547e5b06d14be3431c354932087edaca12d
4
+ data.tar.gz: c6a657d91140b57043d2aaf7da31f538818746cc9d30e441c324abf0a48f1624
5
5
  SHA512:
6
- metadata.gz: 15ef9166c8b8d4813c1cbe2db26c32d796a99270874716b16c892cc00123865b2a9196207a261288d4dd7e0cd02fac7a10a76475440242b166ffeba5579d0079
7
- data.tar.gz: cf2c4414d92469283a6b18793f0a1f6d4d4f453f18efc39cfd1cc0593a5dc8b34e786913fd89d658b23faf4cbdc58c1b7d2192a476aa164596a2e1c62ca59309
6
+ metadata.gz: 335df7a567607d7d8d3ce53c1dada14e404aa6577990534878755f115dde545d1982ada3f3c70c1db4a768ae7f0d1bed5586a11e0b79d104de147f32a1c873ed
7
+ data.tar.gz: 722bb4e5324c58f2cc5a297c677cb3cf34b56121b99acfcc309d6d40509988308e6d93d96b984d95f2cc7cfa2c3e4b1ce2094b8c051cfe0859d78048a48787af
@@ -58,7 +58,7 @@ module Dependabot
58
58
  # If pandoc isn't installed just return the rst
59
59
  pruned_text
60
60
  rescue RuntimeError => e
61
- raise unless e.message == "Pandoc timed out"
61
+ raise unless e.message.include?("Pandoc timed out")
62
62
 
63
63
  pruned_text
64
64
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dependabot
4
- VERSION = "0.111.17"
4
+ VERSION = "0.111.18"
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.111.17
4
+ version: 0.111.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot