dependabot-bundler 0.169.6 → 0.170.1

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: d1719acbc03247995e6957ee92c3ba65891717ab5f590ee9a0f462757c44d23a
4
- data.tar.gz: 0c382c5933075faabaaf70e62ecea74a66aca576ee5095bfff25a56a95415665
3
+ metadata.gz: 3564ced9cb919f7ee4baf9e8081fa44cc586ff7cb131e14a392f90c702c93e5b
4
+ data.tar.gz: d54c8fa4b3f64814e7590d41c3773cbabcee14505c30fb93613ecae75b2430b0
5
5
  SHA512:
6
- metadata.gz: 736b5c98677366b09173fbe82b9f38ff4b8a689f3cffdc3d0b1bb6f118cc64439b7df716221e32db5b47ff7c3370b8d04a2aa0993b0b853a35ca2f7d4638996d
7
- data.tar.gz: 0a7143a5e6c4beb6c2c23c468556823359b66cf5ca7fb2d2ba57f09ff10c9cc222da2ec8035dcce18822552eb5300877b0e77a7bf990a053e68d286980384e17
6
+ metadata.gz: d3e84a7e4c3ab85e3c7a937d8e9b1ca6729d087e2ae942e3e802c5d6e33e6ca905f614c5ef2fd0377f44ccdbca6f684457484422b92bc15c89414f952bc3f261
7
+ data.tar.gz: a4ccc2a2eee81a3a51032decbd694baa520e548d223415796617bf44fb4af4b4fde11c4a28f2560a2acc7ebdbd590c9339277799b235ad19d2f9662cdb331e3f
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.6
4
+ version: 0.170.1
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-13 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.6
19
+ version: 0.170.1
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.6
26
+ version: 0.170.1
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