dependabot-bundler 0.169.7 → 0.169.8
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/helpers/v1/build +2 -2
- data/helpers/v1/spec/native_spec_helper.rb +1 -0
- data/helpers/v2/build +3 -3
- data/lib/dependabot/bundler/helpers.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f6c7aeefae2650c1617811887f13bcfe538b0eb4d680cd14f625a31d860b1501
|
|
4
|
+
data.tar.gz: b9ee77b4197436fece6abacf063de6d7eebe18e6108b3189da2f6f8d863f76b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 700a3eb79e4b6debfd898610e97dbe36d7b1fdac49fbc46b52dd0242652aeb2a3c9cadbecb5bcf451037c96bae0ce768169d50dae7307f377464fa8446a19c3c
|
|
7
|
+
data.tar.gz: 563819dbdfc17bb27c85aa1553d8fd5e02bad910054e1e743565313df1e151a44827b055f31dd561879f6e0c02e1b3798947aba3bdde7f2dec86ecad265a522c
|
data/helpers/v1/build
CHANGED
|
@@ -20,6 +20,6 @@ cd "$install_dir"
|
|
|
20
20
|
|
|
21
21
|
# NOTE: Sets `BUNDLED WITH` to match the installed v1 version in Gemfile.lock
|
|
22
22
|
# forcing native helpers to run with the same version
|
|
23
|
-
BUNDLER_VERSION=1.17.3 bundle config
|
|
24
|
-
BUNDLER_VERSION=1.17.3 bundle config
|
|
23
|
+
BUNDLER_VERSION=1.17.3 bundle config --local path ".bundle"
|
|
24
|
+
BUNDLER_VERSION=1.17.3 bundle config --local without "test"
|
|
25
25
|
BUNDLER_VERSION=1.17.3 bundle install
|
data/helpers/v2/build
CHANGED
|
@@ -20,6 +20,6 @@ cd "$install_dir"
|
|
|
20
20
|
|
|
21
21
|
# NOTE: Sets `BUNDLED WITH` to match the installed v2 version in Gemfile.lock
|
|
22
22
|
# forcing specs and native helpers to run with the same version
|
|
23
|
-
BUNDLER_VERSION=2.2.
|
|
24
|
-
BUNDLER_VERSION=2.2.
|
|
25
|
-
BUNDLER_VERSION=2.2.
|
|
23
|
+
BUNDLER_VERSION=2.2.33 bundle config --local path ".bundle"
|
|
24
|
+
BUNDLER_VERSION=2.2.33 bundle config --local without "test"
|
|
25
|
+
BUNDLER_VERSION=2.2.33 bundle install
|
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.169.
|
|
4
|
+
version: 0.169.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-12-
|
|
11
|
+
date: 2021-12-21 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.169.
|
|
19
|
+
version: 0.169.8
|
|
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.169.
|
|
26
|
+
version: 0.169.8
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: byebug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|