dependabot-common 0.175.0 → 0.178.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: 12c78d668c2ab654f3fa83205a552a1a307e09209639b2043825f173ce15c985
4
- data.tar.gz: 40b8df57dc9057944489cde5cd71d94857791b6491562789b0c07d271882dba7
3
+ metadata.gz: ba7c43d570aefac42fd311359efdb8b8af8a1c07e8ac525b8262985d5060aa05
4
+ data.tar.gz: 0bd3e595f13f6356d72ef597213dbe058c98488505f8e827ffbaa98e93618c09
5
5
  SHA512:
6
- metadata.gz: fb43b953c9a2296ac4a34b8968e7c2491f40e6423eafcac7f30f4d3c387b6d468f9d52937f3a4527629bfd97ebd4ccc0f993a14ee1d80710aaa8e31aab83ee0e
7
- data.tar.gz: 8afd19b235951d55a31513bb5d2587ad90f24c439429746e79ea1abdf74c209e2eb72604311b9b953aa61fb7894175db4c01fab39355c9a3fd0a066a3b5a8e10
6
+ metadata.gz: cbc79807d7159deb515c63856987e8536fab1d65d270d2b89c7053e076b2c99e701a14492cd615856647c40cef0a6adfb6257aaa76177f149a5f37ecdd793881
7
+ data.tar.gz: 7f86fb16016ab1ddd91e8e1fe47bb1face1bcc2ecdec82667bfb2c488746b6cf6fb486a43cc3f92ef3bad35b8dc9be5928bf65743e732383ce48313dae192b95
@@ -52,6 +52,7 @@ module Dependabot
52
52
  "nuget" => "nuget",
53
53
  "npm" => "npm_and_yarn",
54
54
  "pip" => "pip",
55
+ "pub" => "pub",
55
56
  "terraform" => "terraform"
56
57
  }.freeze
57
58
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dependabot
4
- VERSION = "0.175.0"
4
+ VERSION = "0.178.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.175.0
4
+ version: 0.178.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-25 00:00:00.000000000 Z
11
+ date: 2022-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport