dependabot-common 0.95.45 → 0.95.46

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: e8d78696baf19fc4b72dca8eb13813ba392e45adc1879d7330ed1c3efa46f591
4
- data.tar.gz: cd351e502d25eacade09d4fdc6ec01a3cd90560d01ea8928d367345e5606be61
3
+ metadata.gz: de028ac0ca2040d41f5fd8bcaa1515e0af8945bc2c71471d1206a57a68b0f1b6
4
+ data.tar.gz: 47d8a6741bafbfc6f53f968fa5af05a433a108b10b806aa463dcb21c02da6bc1
5
5
  SHA512:
6
- metadata.gz: 03e5c37cf34bf26ef6b36397cc335cfdfc3a04fd065fe53089a8f993becfdbde34d6264a7a15d75da24d276bfda502dd641a80698b677ab5249a4302c940f66e
7
- data.tar.gz: 4790bf6f566a871414eef4ae630a4109da985adc4d485cdce6e7281647f21ec706c73ca2ce447df6b8032e748e998a50bc1be59d8ea135e3681939f2b545f3d5
6
+ metadata.gz: 472da5179e47ca4f92c60609a3e15d316f53bd964d51e9b4bc7d9003926129525dc64741d8d0d2f7c57f2304a02ed5dba25a03efcd1bfb5088d6c31186920ea2
7
+ data.tar.gz: 52da9b81afdb74c6a3b4a512f0a1899b20f6147b7e3208798832a4501c329545a9581c58ba8d8d7df892f17b592c42496e26864832bc9c03ab48d0e9ce5e71e8
@@ -163,7 +163,7 @@ module Dependabot
163
163
  File.join(__dir__, "../../bin/git-credential-store-immutable")
164
164
  run_shell_command(
165
165
  "git config --global credential.helper "\
166
- "'#{credential_helper_path} --file=#{Dir.pwd}/git.store'"
166
+ "'!#{credential_helper_path} --file=#{Dir.pwd}/git.store'"
167
167
  )
168
168
 
169
169
  # Build the content for our credentials file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dependabot
4
- VERSION = "0.95.45"
4
+ VERSION = "0.95.46"
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.95.45
4
+ version: 0.95.46
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-19 00:00:00.000000000 Z
11
+ date: 2019-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-ecr