dependabot-bundler 0.169.7 → 0.169.8

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: aae9c97d66ee782267eac958784f1ce0be90ef24609cb3b0c250d7478b7bc413
4
- data.tar.gz: 6ead18d820fba7f8966994b405c54b22f44ecaa3c3f3c7ea60d9717f794c1b14
3
+ metadata.gz: f6c7aeefae2650c1617811887f13bcfe538b0eb4d680cd14f625a31d860b1501
4
+ data.tar.gz: b9ee77b4197436fece6abacf063de6d7eebe18e6108b3189da2f6f8d863f76b7
5
5
  SHA512:
6
- metadata.gz: 30bf52a65c781d6176673cc411358ba7deaa6aca3df9e8e925750bbc16bbd2ed292ddf5bfe530201494ecc3ba11f42834959ac241b98e211d59c8a97a0a794c0
7
- data.tar.gz: a066976b891fd7beca428566ff0b8322f39cad3989ceece1fed36d039c5abdf524deee518a5ec8a3d670990acee47c29d0eec9f0d14096a20bfef17549fa553a
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 set --local path ".bundle"
24
- BUNDLER_VERSION=1.17.3 bundle config set --local without "test"
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
@@ -3,6 +3,7 @@
3
3
  require "rspec/its"
4
4
  require "webmock/rspec"
5
5
  require "byebug"
6
+ require "tmpdir"
6
7
 
7
8
  $LOAD_PATH.unshift(File.expand_path("../lib", __dir__))
8
9
  $LOAD_PATH.unshift(File.expand_path("../monkey_patches", __dir__))
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.26 bundle config set --local path ".bundle"
24
- BUNDLER_VERSION=2.2.26 bundle config set --local without "test"
25
- BUNDLER_VERSION=2.2.26 bundle install
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
@@ -4,7 +4,7 @@ module Dependabot
4
4
  module Bundler
5
5
  module Helpers
6
6
  V1 = "1.17.3"
7
- V2 = "2.2.26"
7
+ V2 = "2.2.33"
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.169.7
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-20 00:00:00.000000000 Z
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.7
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.7
26
+ version: 0.169.8
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement