dependabot-bundler 0.169.7 → 0.170.2

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: dfe0fc01eee818c45051494bd5a94e398a7cce47b0b84c653869f94c199df90b
4
+ data.tar.gz: 718e27b3f59ca5789f4d5e750980ced999a791e5b28987a8568c4144cffd7da2
5
5
  SHA512:
6
- metadata.gz: 30bf52a65c781d6176673cc411358ba7deaa6aca3df9e8e925750bbc16bbd2ed292ddf5bfe530201494ecc3ba11f42834959ac241b98e211d59c8a97a0a794c0
7
- data.tar.gz: a066976b891fd7beca428566ff0b8322f39cad3989ceece1fed36d039c5abdf524deee518a5ec8a3d670990acee47c29d0eec9f0d14096a20bfef17549fa553a
6
+ metadata.gz: b455b9746f4aa4f7ddc529dad4be7c55c36a2b333a85197df91646ef31dc68644b840820ed135e64ff81eab0b701a395eaff306a1a4705eb79120d7d80188a32
7
+ data.tar.gz: 27b336b72f4b2b0a70ceecaf42ad81561117478bd7d7d4564981a1f751beb2e52d1f7615b4e6d851d5c86049f9e204a3454f0384ff053c6b558e86f7035b2779
data/helpers/v1/Gemfile CHANGED
@@ -4,7 +4,7 @@ source "https://rubygems.org"
4
4
 
5
5
  # NOTE: Used to run native helper specs
6
6
  group :test do
7
- gem "byebug", "11.1.3"
7
+ gem "debug", ">= 1.0.0"
8
8
  gem "rspec", "3.10.0"
9
9
  gem "rspec-its", "1.3.0"
10
10
  gem "vcr", "6.0.0"
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
@@ -2,7 +2,8 @@
2
2
 
3
3
  require "rspec/its"
4
4
  require "webmock/rspec"
5
- require "byebug"
5
+ require "debug"
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/Gemfile CHANGED
@@ -4,7 +4,7 @@ source "https://rubygems.org"
4
4
 
5
5
  # NOTE: Used to run native helper specs
6
6
  group :test do
7
- gem "byebug", "11.1.3"
7
+ gem "debug", ">= 1.0.0"
8
8
  gem "rspec", "3.10.0"
9
9
  gem "rspec-its", "1.3.0"
10
10
  gem "vcr", "6.0.0"
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
@@ -2,7 +2,7 @@
2
2
 
3
3
  require "rspec/its"
4
4
  require "webmock/rspec"
5
- require "byebug"
5
+ require "debug"
6
6
 
7
7
  $LOAD_PATH.unshift(File.expand_path("../lib", __dir__))
8
8
  $LOAD_PATH.unshift(File.expand_path("../monkey_patches", __dir__))
@@ -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.170.2
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: 2022-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dependabot-common
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.169.7
19
+ version: 0.170.2
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.170.2
27
27
  - !ruby/object:Gem::Dependency
28
- name: byebug
28
+ name: debug
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '11.0'
33
+ version: 1.0.0
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '11.0'
40
+ version: 1.0.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: gpgme
43
43
  requirement: !ruby/object:Gem::Requirement