dependabot-bundler 0.95.75 → 0.95.76
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7bbe39f91e27bafdd5b89ec7e824d2aad4b2fb282f26aab0e9d8675e4b0e906b
|
4
|
+
data.tar.gz: cec8ad9449bd2a1da39dee3a630415553256205b57cb87562246ad61f0932a5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2f907d44c084ce4f582d7ab5aa758a1b2b729c24606efdc95aa62ef5582acc1dfc3838f085933171a61b78d900c64bc3f09acb50382f6189aa81c32733916b7
|
7
|
+
data.tar.gz: 3c5c1f2bf4ae3ac6a0249ea0a7f581388fd9105075338ba79dcf61d4dd56a6efde8ef0b97c31f316b608d53059ef0d351daa9eba52803e925efc24022b17a47a
|
@@ -51,6 +51,10 @@ module Dependabot
|
|
51
51
|
# that constant probably comes from a required file
|
52
52
|
replace_version_assignments(node)
|
53
53
|
|
54
|
+
# Remove any uses of a VERSION constant (or similar), as
|
55
|
+
# that constant probably comes from a required file
|
56
|
+
replace_version_constant_references(node)
|
57
|
+
|
54
58
|
# Replace the `s.files= ...` assignment with a blank array, as
|
55
59
|
# occassionally a File.open(..).readlines pattern is used
|
56
60
|
replace_file_assignments(node)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dependabot-bundler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.95.
|
4
|
+
version: 0.95.76
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dependabot
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.95.
|
19
|
+
version: 0.95.76
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.95.
|
26
|
+
version: 0.95.76
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: byebug
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|