dependabot-julia 0.392.0 → 0.393.0
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 +4 -4
- data/lib/dependabot/julia/registry_client.rb +9 -6
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b691b53e4bdbf037eb7a06cda5b838c7ce877142ae32baffa7d64be12f9ffb9e
|
|
4
|
+
data.tar.gz: 5f9bfa61d84f6e038708ada16bf668bddca75cd16d21c16391398384193c2a81
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 715a60672263270e4eff6e6f98ca5f1b4682fe5e126bdd02fdf575bdadf0f32289b5f330320e683c33fab0f247f7e7e424ee03628a47c722429762dc65ed22a0
|
|
7
|
+
data.tar.gz: 02ad07a0267576e4adcf8f428f485c45536a4e78e6b638b61e6313b3d4721ee3f48f40adb6de4d9bf98e112a0907326e4e4421c2e571ff81d5098d3e30aea837
|
|
@@ -349,12 +349,15 @@ module Dependabot
|
|
|
349
349
|
julia_project_dir = File.dirname(julia_helper_script)
|
|
350
350
|
julia_command = "julia --project=#{julia_project_dir} #{julia_helper_script}"
|
|
351
351
|
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
352
|
+
T.cast(
|
|
353
|
+
SharedHelpers.run_helper_subprocess(
|
|
354
|
+
command: julia_command,
|
|
355
|
+
function: function,
|
|
356
|
+
args: args,
|
|
357
|
+
env: julia_env,
|
|
358
|
+
allow_unsafe_shell_command: true
|
|
359
|
+
),
|
|
360
|
+
T::Hash[String, T.untyped]
|
|
358
361
|
)
|
|
359
362
|
end
|
|
360
363
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dependabot-julia
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.393.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - '='
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 0.
|
|
18
|
+
version: 0.393.0
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - '='
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: 0.
|
|
25
|
+
version: 0.393.0
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: debug
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -261,7 +261,7 @@ licenses:
|
|
|
261
261
|
- MIT
|
|
262
262
|
metadata:
|
|
263
263
|
bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
|
|
264
|
-
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.
|
|
264
|
+
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.393.0
|
|
265
265
|
rdoc_options: []
|
|
266
266
|
require_paths:
|
|
267
267
|
- lib
|