dependabot-bundler 0.176.0 → 0.177.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 484eba9a58bf8da06d2d17f496f5ae7063b63e63878161f8cbed52ddb394d834
|
|
4
|
+
data.tar.gz: 0ae6538f3f80a73d40c047a8977f35306a330a930254939b47f879ec29cc8114
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ae3a374179fe25ce70ac2ec5dc8b317caee1fd52279ea5cb9adcd3a9fc611bae4cc09e810f6e91e1abd0ac63e4cd2aba6486b3eb9f2c829d1b156b7ca87e5a5
|
|
7
|
+
data.tar.gz: 4b8b9439d97f3c9f1c6a8581999e2f079c76933c587a79f8f5c6a946b9d04ac0a7779afed1427287f9dc45681706b6695c1876202429339a6ce658e2a36a65ac
|
data/helpers/v2/build
CHANGED
|
@@ -22,6 +22,6 @@ cd "$install_dir"
|
|
|
22
22
|
|
|
23
23
|
# NOTE: Sets `BUNDLED WITH` to match the installed v2 version in Gemfile.lock
|
|
24
24
|
# forcing specs and native helpers to run with the same version
|
|
25
|
-
BUNDLER_VERSION=2.
|
|
26
|
-
BUNDLER_VERSION=2.
|
|
27
|
-
BUNDLER_VERSION=2.
|
|
25
|
+
BUNDLER_VERSION=2.3.8 bundle config --local path ".bundle"
|
|
26
|
+
BUNDLER_VERSION=2.3.8 bundle config --local without "test"
|
|
27
|
+
BUNDLER_VERSION=2.3.8 bundle install
|
|
@@ -115,6 +115,9 @@ RSpec.describe Functions::DependencySource do
|
|
|
115
115
|
stub_request(:get, registry_url + "specs.4.8.gz").
|
|
116
116
|
with(basic_auth: ["SECRET_CODES", ""]).
|
|
117
117
|
to_return(status: 400)
|
|
118
|
+
stub_request(:get, registry_url + "info/business").
|
|
119
|
+
with(basic_auth: ["SECRET_CODES", ""]).
|
|
120
|
+
to_return(status: 400)
|
|
118
121
|
end
|
|
119
122
|
|
|
120
123
|
it "blows up with a useful error" do
|
|
@@ -29,6 +29,15 @@ RSpec.describe Functions::VersionResolver do
|
|
|
29
29
|
|
|
30
30
|
let(:rubygems_url) { "https://index.rubygems.org/api/v1/" }
|
|
31
31
|
let(:old_index_url) { rubygems_url + "dependencies" }
|
|
32
|
+
let(:gemfury_url) { "https://repo.fury.io/greysteil/" }
|
|
33
|
+
|
|
34
|
+
before do
|
|
35
|
+
stub_request(:get, "https://rubygems.org/quick/Marshal.4.8/statesman-1.2.1.gemspec.rz").
|
|
36
|
+
to_return(status: 200, body: fixture("rubygems_responses", "statesman-1.2.1.gemspec.rz"))
|
|
37
|
+
|
|
38
|
+
stub_request(:get, %r{quick/Marshal.4.8/business-.*.gemspec.rz}).
|
|
39
|
+
to_return(status: 200, body: fixture("rubygems_responses", "business-1.0.0.gemspec.rz"))
|
|
40
|
+
end
|
|
32
41
|
|
|
33
42
|
describe "#version_details" do
|
|
34
43
|
subject do
|
|
@@ -48,7 +57,6 @@ RSpec.describe Functions::VersionResolver do
|
|
|
48
57
|
let(:requirement_string) { ">= 0" }
|
|
49
58
|
|
|
50
59
|
before do
|
|
51
|
-
gemfury_url = "https://repo.fury.io/greysteil/"
|
|
52
60
|
gemfury_deps_url = gemfury_url + "api/v1/dependencies"
|
|
53
61
|
|
|
54
62
|
stub_request(:get, gemfury_url + "versions").
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dependabot-bundler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.177.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-
|
|
11
|
+
date: 2022-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dependabot-common
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.177.0
|
|
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.
|
|
26
|
+
version: 0.177.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: debug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|