dependabot-bundler 0.180.2 → 0.180.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0535faef344ee4973a4c817621bef0ebe3dbfa74bfb0eca094ab3ed68dff50a8
4
- data.tar.gz: 4272ece9cf9e2fc630ebbf41773d3c7158763804428b67db7aa55b6c89cb64dd
3
+ metadata.gz: ae082832d77255bfa740e7c46ae5572f06034a689305912b20aa2b2139857536
4
+ data.tar.gz: 90fa21772fbee738a5c59475df24ba1f20408ee54d3311ea69f3ce81e5130777
5
5
  SHA512:
6
- metadata.gz: 529d04b309784b29ec1e64047dc2fbe0cc7522460e16cbfe1d475c9a6f2dfcf04b94efcdfc41d0ea40d3cd0cf8d8079ec848e151b54d5a55c872973f68b187ff
7
- data.tar.gz: 0c132e54905614a067d18683dd33d28bdafd15246aa46e832b21eca90f2df3c884427ff62bf063a454f6d1e7c071978d68e7dddba34a793442eb6c37a5969298
6
+ metadata.gz: 6e943aeaf90030a1b19df2dbc191006202cc26345c6f751df4401e49fe1830c27205636191795cb61ed5895d46cdaaa515ac94f49bdfc375069d94d306fe13dc
7
+ data.tar.gz: 2817bd3bf41db3d2fedfb6919f0f10fdcf56bed991b075d1c4a2fa68957bc5519340b4c59382715968ad67d85a472de98f3c910951971ad9445df4a05db33f89
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.9 bundle config --local path ".bundle"
26
+ BUNDLER_VERSION=2.3.9 bundle config --local without "test"
27
+ BUNDLER_VERSION=2.3.9 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.9"
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.2
4
+ version: 0.180.3
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-28 00:00:00.000000000 Z
11
+ date: 2022-04-04 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.2
19
+ version: 0.180.3
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.2
26
+ version: 0.180.3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: debug
29
29
  requirement: !ruby/object:Gem::Requirement