dependabot-bundler 0.174.1 → 0.177.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: 961d8ab5b7fa23bfb13c7b8d8e3c5727cfd49e43b47f358d74c15405a8ab6537
4
- data.tar.gz: 614fbd0c2e99d8688d43e313700a800034e722091a274d3e6fe96f35c896969d
3
+ metadata.gz: 484eba9a58bf8da06d2d17f496f5ae7063b63e63878161f8cbed52ddb394d834
4
+ data.tar.gz: 0ae6538f3f80a73d40c047a8977f35306a330a930254939b47f879ec29cc8114
5
5
  SHA512:
6
- metadata.gz: d7b7332b574be5dd77c1449226635a375236697aee64c2a27dd023cf5b3c55e7815bed732d3ac9e2fc56a1d1321668e808967e6fe8727f11c2f0fa0d2f240cfc
7
- data.tar.gz: bdff0a3c6b7c78c533c9bea6ea9e1deb8b1fc7659703acc7022438b475c5fc2861b9a1364ae8cf0daa5d3c6703809bebe7acd6968f8ce334491cc38bcf226d94
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.2.33 bundle config --local path ".bundle"
26
- BUNDLER_VERSION=2.2.33 bundle config --local without "test"
27
- BUNDLER_VERSION=2.2.33 bundle install
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").
@@ -4,7 +4,7 @@ module Dependabot
4
4
  module Bundler
5
5
  module Helpers
6
6
  V1 = "1.17.3"
7
- V2 = "2.2.33"
7
+ V2 = "2.3.8"
8
8
  # If we are updating a project with no Gemfile.lock, we default to the
9
9
  # newest version we support
10
10
  DEFAULT = V2
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.174.1
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-02-22 00:00:00.000000000 Z
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.174.1
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.174.1
26
+ version: 0.177.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: debug
29
29
  requirement: !ruby/object:Gem::Requirement