dependabot-bundler 0.180.3 → 0.180.4

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: ae082832d77255bfa740e7c46ae5572f06034a689305912b20aa2b2139857536
4
- data.tar.gz: 90fa21772fbee738a5c59475df24ba1f20408ee54d3311ea69f3ce81e5130777
3
+ metadata.gz: 3214a705b53c05a20fefdcabc5c4797abf856c19cf715bcb34d2c295acc5d844
4
+ data.tar.gz: 4c2c576b083d5282be2c7da725b55a1e14673cd36d53ba48c4041e357ab626c7
5
5
  SHA512:
6
- metadata.gz: 6e943aeaf90030a1b19df2dbc191006202cc26345c6f751df4401e49fe1830c27205636191795cb61ed5895d46cdaaa515ac94f49bdfc375069d94d306fe13dc
7
- data.tar.gz: 2817bd3bf41db3d2fedfb6919f0f10fdcf56bed991b075d1c4a2fa68957bc5519340b4c59382715968ad67d85a472de98f3c910951971ad9445df4a05db33f89
6
+ metadata.gz: 5407fdaa24a6105e83cd51d770ba3bf3c72c147703b0bae5feff1dcce7cae77f83c49b7075b01da309e753162f5880db82e20f28da0528a7602e02c66910273f
7
+ data.tar.gz: 2a46dee4a0756060590b6cb0b7b82c4cacba8094ab27d6123bb5c27a5e03338a52b9d1ce35e9643d351526185584d5bf142acbe4e07c5ac0d8fc8f0a1abfc461
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.3.9 bundle config --local path ".bundle"
26
- BUNDLER_VERSION=2.3.9 bundle config --local without "test"
27
- BUNDLER_VERSION=2.3.9 bundle install
25
+ BUNDLER_VERSION=2.3.10 bundle config --local path ".bundle"
26
+ BUNDLER_VERSION=2.3.10 bundle config --local without "test"
27
+ BUNDLER_VERSION=2.3.10 bundle install
@@ -4,7 +4,7 @@ module Dependabot
4
4
  module Bundler
5
5
  module Helpers
6
6
  V1 = "1.17.3"
7
- V2 = "2.3.9"
7
+ V2 = "2.3.10"
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.180.3
4
+ version: 0.180.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-04 00:00:00.000000000 Z
11
+ date: 2022-04-06 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.180.3
19
+ version: 0.180.4
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.180.3
26
+ version: 0.180.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: debug
29
29
  requirement: !ruby/object:Gem::Requirement