dependabot-common 0.140.1 → 0.142.0
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 +4 -4
- data/lib/dependabot/shared_helpers.rb +2 -0
- data/lib/dependabot/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f833b9f5da589fa423f0926391c8f184c7251b28bf02c9adab60efbb1c67a6c7
|
|
4
|
+
data.tar.gz: f771557404e3a72bd0f8a8a1ff8e1b68dcc77f333e2b4e2500d396937457755f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0cde2d2466ec8add1b242087d720de1fe14c7c90df7a13411489272a7bf1112827d4127e34a92ec33d3540bd65f71e45c8533b0ec0f008a39543c9ae675ba1d1
|
|
7
|
+
data.tar.gz: 8f5cca6b9e06eaa591c731fea3ee4a6017cf400d8175b039aa018bc39b50d2bd735a7cdf7a4af5faf6d5287906eed73c0fd7c9310479ec65891cd8c45191ce65
|
|
@@ -157,6 +157,8 @@ module Dependabot
|
|
|
157
157
|
backup_git_config_path = stash_global_git_config
|
|
158
158
|
configure_git_to_use_https_with_credentials(credentials)
|
|
159
159
|
yield
|
|
160
|
+
rescue Errno::ENOSPC => e
|
|
161
|
+
raise Dependabot::OutOfDisk, e.message
|
|
160
162
|
ensure
|
|
161
163
|
reset_global_git_config(backup_git_config_path)
|
|
162
164
|
end
|
data/lib/dependabot/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.142.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-04-
|
|
11
|
+
date: 2021-04-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -463,7 +463,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
463
463
|
- !ruby/object:Gem::Version
|
|
464
464
|
version: 2.7.3
|
|
465
465
|
requirements: []
|
|
466
|
-
rubygems_version: 3.2.
|
|
466
|
+
rubygems_version: 3.2.15
|
|
467
467
|
signing_key:
|
|
468
468
|
specification_version: 4
|
|
469
469
|
summary: Shared code used between Dependabot package managers
|