dependabot-bundler 0.180.1 → 0.180.4

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: 1d1ddc45a87e6cc4dbb13bf925afbf9a71d550910c80c1f515aae485d59436f7
4
- data.tar.gz: 8c606db8cb4755d469290aa5101964e48e67621331ee6ef846c4625ac9b66f89
3
+ metadata.gz: 3214a705b53c05a20fefdcabc5c4797abf856c19cf715bcb34d2c295acc5d844
4
+ data.tar.gz: 4c2c576b083d5282be2c7da725b55a1e14673cd36d53ba48c4041e357ab626c7
5
5
  SHA512:
6
- metadata.gz: f0c2f00ad9bce606cab94a05e1af5821b51a3d6ac5c4b009c62a20bbd53d4b1cceea9a48017fd89ad5bc9911767b940446899e8432f801e8252f835c4a81bfe2
7
- data.tar.gz: ae50631806525ff1e2048e45271b71ac088adf01e4770833b3d6108e372ef354809460faf2d4485dc96a87901d00c58d79061f9def7a227cc60d955dc03f4f43
6
+ metadata.gz: 5407fdaa24a6105e83cd51d770ba3bf3c72c147703b0bae5feff1dcce7cae77f83c49b7075b01da309e753162f5880db82e20f28da0528a7602e02c66910273f
7
+ data.tar.gz: 2a46dee4a0756060590b6cb0b7b82c4cacba8094ab27d6123bb5c27a5e03338a52b9d1ce35e9643d351526185584d5bf142acbe4e07c5ac0d8fc8f0a1abfc461
data/helpers/v2/build CHANGED
@@ -22,6 +22,6 @@ cd "$install_dir"
22
22
 
23
23
  # NOTE: Sets `BUNDLED WITH` to match the installed v2 version in Gemfile.lock
24
24
  # forcing specs and native helpers to run with the same version
25
- BUNDLER_VERSION=2.3.8 bundle config --local path ".bundle"
26
- BUNDLER_VERSION=2.3.8 bundle config --local without "test"
27
- BUNDLER_VERSION=2.3.8 bundle install
25
+ BUNDLER_VERSION=2.3.10 bundle config --local path ".bundle"
26
+ BUNDLER_VERSION=2.3.10 bundle config --local without "test"
27
+ BUNDLER_VERSION=2.3.10 bundle install
@@ -73,7 +73,7 @@ module Dependabot
73
73
  class Rewriter < Parser::TreeRewriter
74
74
  # TODO: Ideally we wouldn't have to ignore all of these, but
75
75
  # implementing each one will be tricky.
76
- SKIPPED_TYPES = %i(send lvar dstr begin if splat const or).freeze
76
+ SKIPPED_TYPES = %i(send lvar dstr begin if case splat const or).freeze
77
77
 
78
78
  def initialize(dependency:, file_type:, updated_requirement:,
79
79
  insert_if_bare:)
@@ -11,7 +11,7 @@ module Dependabot
11
11
  class RubyVersionNotFound < StandardError; end
12
12
 
13
13
  RUBY_VERSIONS = %w(
14
- 1.8.7 1.9.3 2.0.0 2.1.10 2.2.10 2.3.8 2.4.10 2.5.9 2.6.7 2.7.3 3.0.1
14
+ 1.8.7 1.9.3 2.0.0 2.1.10 2.2.10 2.3.8 2.4.10 2.5.9 2.6.7 2.7.3 3.0.1 3.1.1
15
15
  ).freeze
16
16
 
17
17
  attr_reader :gemspec
@@ -4,7 +4,7 @@ module Dependabot
4
4
  module Bundler
5
5
  module Helpers
6
6
  V1 = "1.17.3"
7
- V2 = "2.3.8"
7
+ V2 = "2.3.10"
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.180.1
4
+ version: 0.180.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-23 00:00:00.000000000 Z
11
+ date: 2022-04-06 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.180.1
19
+ version: 0.180.4
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.180.1
26
+ version: 0.180.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: debug
29
29
  requirement: !ruby/object:Gem::Requirement