dependabot-bundler 0.169.5 → 0.170.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: d0ce34b1f97c0afaea652fd4dee12e664f36b10483ea92c63f2d1940fe804cba
4
- data.tar.gz: a5807acd9e9990d2f774eec801fcd0f44438a61143c71778b0b7085eaed75d17
3
+ metadata.gz: db1c4e315bf19691e3951b4e6152f3da08b507fdf7c0b63a37b69e6f3fb7e908
4
+ data.tar.gz: 2d4a1ed7710ad54c202c1ef056bf8abd9a074a5b840dade7015a43251b912bcb
5
5
  SHA512:
6
- metadata.gz: ba9dcc6e033b7bda4be10429a911cf5dd00ffff72a7ac61a6e2d7a301d1ca1910b9201bfb7c870f0d8095521de87a7afcdeaedd82f94c522884f2f08bd49a14d
7
- data.tar.gz: 12a3b296aa0dd12cdec0811663c572016dff4285b19218efd3fd1a059274d7c7971c8bb99867b33e1c2b7fba4e7eaaf12e1790efe59414017bcb639836856caa
6
+ metadata.gz: 814fc92d4e810df9cb1fb961b01d2633e06d6caa88b621e04183cd07032484c7c5e43421a34b9d87d6a264a8268ad477883f56c5539d4b452102b26d53ea2936
7
+ data.tar.gz: d8c3034cd6b04f451b745cca4d7cc2066ee7c2edf86c8b22715faf2cb940e434ee1c084bd51fd63e4d6de465922942821007b007be0470d013eed0b651d6f362
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.5
4
+ version: 0.170.0
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-09 00:00:00.000000000 Z
11
+ date: 2022-01-05 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.5
19
+ version: 0.170.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.169.5
26
+ version: 0.170.0
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