dependabot-linguist 0.212.0 → 0.217.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/.rubocop.yml +38 -2
- data/Gemfile.lock +100 -108
- data/Makefile +4 -2
- data/README.md +32 -4
- data/SECURITY.md +3 -2
- data/dependabot-linguist.gemspec +9 -7
- data/exe/dependabot-linguist +1 -1
- data/lib/dependabot/linguist/dependabot_file_validator.rb +43 -7
- data/lib/dependabot/linguist/dependabot_patch.rb +14 -2
- data/lib/dependabot/linguist/file_fetchers/bundler.rb +54 -0
- data/lib/dependabot/linguist/file_fetchers/git_submodules.rb +9 -7
- data/lib/dependabot/linguist/file_fetchers/go_modules.rb +2 -2
- data/lib/dependabot/linguist/language.rb +18 -14
- data/lib/dependabot/linguist/languages_to_ecosystems/contexts.rb +22 -21
- data/lib/dependabot/linguist/languages_to_ecosystems/languages.yaml +172 -21
- data/lib/dependabot/linguist/languages_to_ecosystems/manager_ecosystem_maps.rb +17 -17
- data/lib/dependabot/linguist/linguist_patch.rb +1 -1
- data/lib/dependabot/linguist/repository.rb +7 -2
- data/lib/dependabot/linguist/version.rb +1 -1
- metadata +17 -210
- data/lib/dependabot/linguist/file_fetchers/base.rb +0 -48
- data/smoke-test/README.md +0 -58
- data/smoke-test/bundler/Gemfile +0 -9
- data/smoke-test/bundler/Gemfile.lock +0 -47
- data/smoke-test/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
- data/smoke-test/cargo/Cargo.lock +0 -90
- data/smoke-test/cargo/Cargo.toml +0 -8
- data/smoke-test/composer/composer.json +0 -5
- data/smoke-test/composer/composer.lock +0 -72
- data/smoke-test/composer/vendor/autoload.php +0 -7
- data/smoke-test/composer/vendor/composer/ClassLoader.php +0 -445
- data/smoke-test/composer/vendor/composer/LICENSE +0 -21
- data/smoke-test/composer/vendor/composer/autoload_classmap.php +0 -13
- data/smoke-test/composer/vendor/composer/autoload_namespaces.php +0 -9
- data/smoke-test/composer/vendor/composer/autoload_psr4.php +0 -9
- data/smoke-test/composer/vendor/composer/autoload_real.php +0 -55
- data/smoke-test/composer/vendor/composer/autoload_static.php +0 -23
- data/smoke-test/composer/vendor/composer/installed.json +0 -57
- data/smoke-test/composer/vendor/phpmailer/phpmailer/.gitignore +0 -3
- data/smoke-test/composer/vendor/phpmailer/phpmailer/LICENSE +0 -504
- data/smoke-test/composer/vendor/phpmailer/phpmailer/README.md +0 -112
- data/smoke-test/composer/vendor/phpmailer/phpmailer/changelog.md +0 -530
- data/smoke-test/composer/vendor/phpmailer/phpmailer/class.phpmailer.php +0 -2758
- data/smoke-test/composer/vendor/phpmailer/phpmailer/class.pop3.php +0 -417
- data/smoke-test/composer/vendor/phpmailer/phpmailer/class.smtp.php +0 -1075
- data/smoke-test/composer/vendor/phpmailer/phpmailer/composer.json +0 -32
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/Callback_function_notes.txt +0 -17
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/DomainKeys_notes.txt +0 -55
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/Note_for_SMTP_debugging.txt +0 -23
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/extending.html +0 -148
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/faq.html +0 -67
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/generatedocs.sh +0 -4
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/pop3_article.txt +0 -39
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/use_gmail.txt +0 -44
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/contents.html +0 -20
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/images/phpmailer.gif +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/images/phpmailer_mini.gif +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/index.html +0 -50
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_db_smtp_basic.php +0 -58
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_mail_advanced.php +0 -30
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_mail_basic.php +0 -41
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_pop_before_smtp_advanced.php +0 -39
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_pop_before_smtp_basic.php +0 -49
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_sendmail_advanced.php +0 -33
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_sendmail_basic.php +0 -43
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_advanced.php +0 -42
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_advanced_no_auth.php +0 -36
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_basic.php +0 -58
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_basic_no_auth.php +0 -53
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_gmail_advanced.php +0 -42
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_gmail_basic.php +0 -59
- data/smoke-test/composer/vendor/phpmailer/phpmailer/extras/class.html2text.inc +0 -489
- data/smoke-test/composer/vendor/phpmailer/phpmailer/extras/htmlfilter.php +0 -861
- data/smoke-test/composer/vendor/phpmailer/phpmailer/extras/ntlm_sasl_client.php +0 -185
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ar.php +0 -26
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-br.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ca.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ch.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-cz.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-de.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-dk.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-es.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-et.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-fi.php +0 -26
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-fo.php +0 -26
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-fr.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-it.php +0 -26
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ja.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-nl.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-no.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ro.php +0 -26
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ru.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-se.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php +0 -26
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test/contents.html +0 -10
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test/phpmailerTest.php +0 -1084
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test/test.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test/test_callback.php +0 -84
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test/testemail.php +0 -48
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/LGPLv3.txt +0 -165
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/contents.html +0 -14
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/images/aikido.gif +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/images/bkgrnd.gif +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/images/phpmailer.gif +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/index.php +0 -427
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/clipboard.swf +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushBash.js +0 -59
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushCSharp.js +0 -64
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushCpp.js +0 -99
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushCss.js +0 -93
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushDelphi.js +0 -57
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushDiff.js +0 -43
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushGroovy.js +0 -69
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushJScript.js +0 -51
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushJava.js +0 -55
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushPerl.js +0 -74
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushPhp.js +0 -91
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushPlain.js +0 -35
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushPython.js +0 -56
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushRuby.js +0 -57
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushScala.js +0 -53
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushSql.js +0 -68
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushVb.js +0 -58
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushXml.js +0 -71
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shCore.js +0 -30
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shLegacy.js +0 -30
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/src/shCore.js +0 -1949
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/src/shLegacy.js +0 -172
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/help.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/magnifier.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/page_white_code.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/page_white_copy.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/printer.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shCore.css +0 -321
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeDefault.css +0 -191
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeDjango.css +0 -193
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeEmacs.css +0 -192
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeFadeToGrey.css +0 -193
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeMidnight.css +0 -192
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeRDark.css +0 -192
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/wrapping.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/test.html +0 -46
- data/smoke-test/dependabot-file/no-config/.github/TARGET.yaml +0 -14
- data/smoke-test/dependabot-file/no-config/bundler/Gemfile +0 -9
- data/smoke-test/dependabot-file/no-config/bundler/Gemfile.lock +0 -47
- data/smoke-test/dependabot-file/no-config/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
- data/smoke-test/dependabot-file/no-config/cargo/Cargo.lock +0 -90
- data/smoke-test/dependabot-file/no-config/cargo/Cargo.toml +0 -8
- data/smoke-test/dependabot-file/no-config/composer/composer.json +0 -5
- data/smoke-test/dependabot-file/no-config/composer/composer.lock +0 -72
- data/smoke-test/dependabot-file/over-config/.github/TARGET.yaml +0 -17
- data/smoke-test/dependabot-file/over-config/.github/dependabot.yaml +0 -12
- data/smoke-test/dependabot-file/over-config/bundler/Gemfile +0 -9
- data/smoke-test/dependabot-file/over-config/bundler/Gemfile.lock +0 -47
- data/smoke-test/dependabot-file/over-config/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
- data/smoke-test/dependabot-file/over-config/cargo/Cargo.lock +0 -90
- data/smoke-test/dependabot-file/over-config/cargo/Cargo.toml +0 -8
- data/smoke-test/dependabot-file/over-config/composer/composer.json +0 -5
- data/smoke-test/dependabot-file/over-config/composer/composer.lock +0 -72
- data/smoke-test/dependabot-file/overer-config/.github/TARGET.yaml +0 -19
- data/smoke-test/dependabot-file/overer-config/.github/dependabot.yaml +0 -12
- data/smoke-test/dependabot-file/overer-config/bundler/Gemfile +0 -9
- data/smoke-test/dependabot-file/overer-config/bundler/Gemfile.lock +0 -47
- data/smoke-test/dependabot-file/overer-config/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
- data/smoke-test/dependabot-file/overer-config/cargo/Cargo.lock +0 -90
- data/smoke-test/dependabot-file/overer-config/cargo/Cargo.toml +0 -8
- data/smoke-test/dependabot-file/overer-config/composer/composer.json +0 -5
- data/smoke-test/dependabot-file/overer-config/composer/composer.lock +0 -72
- data/smoke-test/dependabot-file/partial-config/.github/TARGET.yaml +0 -17
- data/smoke-test/dependabot-file/partial-config/.github/dependabot.yaml +0 -7
- data/smoke-test/dependabot-file/partial-config/bundler/Gemfile +0 -9
- data/smoke-test/dependabot-file/partial-config/bundler/Gemfile.lock +0 -47
- data/smoke-test/dependabot-file/partial-config/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
- data/smoke-test/dependabot-file/partial-config/cargo/Cargo.lock +0 -90
- data/smoke-test/dependabot-file/partial-config/cargo/Cargo.toml +0 -8
- data/smoke-test/dependabot-file/partial-config/composer/composer.json +0 -5
- data/smoke-test/dependabot-file/partial-config/composer/composer.lock +0 -72
- data/smoke-test/docker/Dockerfile +0 -19
- data/smoke-test/elm/elm-package.json +0 -15
- data/smoke-test/elm/elm.json +0 -31
- data/smoke-test/github-actions/both/.github/workflows/this.yaml +0 -11
- data/smoke-test/github-actions/both/yaml/action.yml +0 -13
- data/smoke-test/github-actions/invalid/invalid_file.yaml +0 -0
- data/smoke-test/github-actions/workflow/.github/workflows/this.yaml +0 -11
- data/smoke-test/github-actions/yaml/action.yml +0 -13
- data/smoke-test/gitsubmodule/.gitmodules +0 -4
- data/smoke-test/gomod/go.mod +0 -16
- data/smoke-test/gomod/go.sum +0 -18
- data/smoke-test/gomod/gomain.go +0 -14
- data/smoke-test/gradle/.gitignore +0 -1
- data/smoke-test/gradle/build.gradle +0 -65
- data/smoke-test/maven/pom.xml +0 -65
- data/smoke-test/mix/mix.exs +0 -24
- data/smoke-test/mix/mix.lock +0 -5
- data/smoke-test/npm/package-lock.json +0 -166
- data/smoke-test/npm/package.json +0 -22
- data/smoke-test/npm/removed/package-lock.json +0 -44
- data/smoke-test/npm/removed/package.json +0 -15
- data/smoke-test/nuget/project.csproj +0 -14
- data/smoke-test/pip/pip/requirements.txt +0 -5
- data/smoke-test/pip/pip-compile/requirements.in +0 -2
- data/smoke-test/pip/pip-compile/requirements.txt +0 -16
- data/smoke-test/pip/pipenv/Pipfile +0 -13
- data/smoke-test/pip/pipenv/Pipfile.lock +0 -86
- data/smoke-test/pip/poetry/poetry.lock +0 -33
- data/smoke-test/pip/poetry/pyproject.toml +0 -18
- data/smoke-test/pub/pubspec.lock +0 -40
- data/smoke-test/pub/pubspec.yaml +0 -10
- data/smoke-test/terraform/main.tf +0 -143
@@ -1,17 +0,0 @@
|
|
1
|
-
version: 2
|
2
|
-
updates:
|
3
|
-
- package-ecosystem: bundler
|
4
|
-
directory: "/bundler"
|
5
|
-
schedule:
|
6
|
-
interval: daily
|
7
|
-
open-pull-requests-limit: 3
|
8
|
-
- package-ecosystem: cargo
|
9
|
-
directory: "/cargo"
|
10
|
-
schedule:
|
11
|
-
interval: daily
|
12
|
-
open-pull-requests-limit: 3
|
13
|
-
- package-ecosystem: composer
|
14
|
-
directory: "/composer"
|
15
|
-
schedule:
|
16
|
-
interval: daily
|
17
|
-
open-pull-requests-limit: 3
|
@@ -1,12 +0,0 @@
|
|
1
|
-
version: 2
|
2
|
-
updates:
|
3
|
-
- package-ecosystem: bundler
|
4
|
-
directory: "/bundler"
|
5
|
-
schedule:
|
6
|
-
interval: monthly
|
7
|
-
open-pull-requests-limit: 20
|
8
|
-
- package-ecosystem: gradle
|
9
|
-
directory: "/gradle"
|
10
|
-
schedule:
|
11
|
-
interval: monthly
|
12
|
-
open-pull-requests-limit: 20
|
@@ -1,47 +0,0 @@
|
|
1
|
-
GIT
|
2
|
-
remote: git@github.com:rack/rack.git
|
3
|
-
revision: f3cf79d6460dc592767941806d1b2b7008f73e01
|
4
|
-
tag: 2.1.4
|
5
|
-
specs:
|
6
|
-
rack (2.1.4)
|
7
|
-
|
8
|
-
PATH
|
9
|
-
remote: .
|
10
|
-
specs:
|
11
|
-
dependabot-all-updates-test-staging (0.0.0)
|
12
|
-
netaddr (= 2.0.1)
|
13
|
-
|
14
|
-
GEM
|
15
|
-
remote: https://rubygems.org/
|
16
|
-
specs:
|
17
|
-
ast (2.4.2)
|
18
|
-
citrus (3.0.2)
|
19
|
-
jaro_winkler (1.5.4)
|
20
|
-
netaddr (2.0.1)
|
21
|
-
parallel (1.22.1)
|
22
|
-
parser (3.1.2.0)
|
23
|
-
ast (~> 2.4.1)
|
24
|
-
rainbow (3.1.1)
|
25
|
-
rubocop (0.76.0)
|
26
|
-
jaro_winkler (~> 1.5.1)
|
27
|
-
parallel (~> 1.10)
|
28
|
-
parser (>= 2.6)
|
29
|
-
rainbow (>= 2.2.2, < 4.0)
|
30
|
-
ruby-progressbar (~> 1.7)
|
31
|
-
unicode-display_width (>= 1.4.0, < 1.7)
|
32
|
-
ruby-progressbar (1.11.0)
|
33
|
-
toml-rb (2.2.0)
|
34
|
-
citrus (~> 3.0, > 3.0)
|
35
|
-
unicode-display_width (1.6.1)
|
36
|
-
|
37
|
-
PLATFORMS
|
38
|
-
ruby
|
39
|
-
|
40
|
-
DEPENDENCIES
|
41
|
-
dependabot-all-updates-test-staging!
|
42
|
-
rack!
|
43
|
-
rubocop (= 0.76.0)
|
44
|
-
toml-rb (= 2.2.0)
|
45
|
-
|
46
|
-
BUNDLED WITH
|
47
|
-
2.1.4
|
data/smoke-test/dependabot-file/over-config/bundler/dependabot-all-updates-test-staging.gemspec
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
Gem::Specification.new do |s|
|
2
|
-
s.name = 'dependabot-all-updates-test-staging'
|
3
|
-
s.version = '0.0.0'
|
4
|
-
s.description = "Dependabot test ruby"
|
5
|
-
s.summary = "dependabot test"
|
6
|
-
s.authors = ["No Reply"]
|
7
|
-
s.email = 'noreply@github.com'
|
8
|
-
s.license = 'MIT'
|
9
|
-
s.add_runtime_dependency 'netaddr', '= 2.0.1'
|
10
|
-
end
|
@@ -1,90 +0,0 @@
|
|
1
|
-
[[package]]
|
2
|
-
name = "aho-corasick"
|
3
|
-
version = "0.3.4"
|
4
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
5
|
-
dependencies = [
|
6
|
-
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
7
|
-
]
|
8
|
-
|
9
|
-
[[package]]
|
10
|
-
name = "dependabot"
|
11
|
-
version = "0.1.0"
|
12
|
-
dependencies = [
|
13
|
-
"regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
14
|
-
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
15
|
-
]
|
16
|
-
|
17
|
-
[[package]]
|
18
|
-
name = "kernel32-sys"
|
19
|
-
version = "0.2.2"
|
20
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
21
|
-
dependencies = [
|
22
|
-
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
23
|
-
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
24
|
-
]
|
25
|
-
|
26
|
-
[[package]]
|
27
|
-
name = "libc"
|
28
|
-
version = "0.2.40"
|
29
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
30
|
-
|
31
|
-
[[package]]
|
32
|
-
name = "memchr"
|
33
|
-
version = "0.1.11"
|
34
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
35
|
-
dependencies = [
|
36
|
-
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
37
|
-
]
|
38
|
-
|
39
|
-
[[package]]
|
40
|
-
name = "redox_syscall"
|
41
|
-
version = "0.1.37"
|
42
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
43
|
-
|
44
|
-
[[package]]
|
45
|
-
name = "regex"
|
46
|
-
version = "0.1.41"
|
47
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
48
|
-
dependencies = [
|
49
|
-
"aho-corasick 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
50
|
-
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
51
|
-
"regex-syntax 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
52
|
-
]
|
53
|
-
|
54
|
-
[[package]]
|
55
|
-
name = "regex-syntax"
|
56
|
-
version = "0.2.6"
|
57
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
58
|
-
|
59
|
-
[[package]]
|
60
|
-
name = "time"
|
61
|
-
version = "0.1.38"
|
62
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
63
|
-
dependencies = [
|
64
|
-
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
65
|
-
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
66
|
-
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
67
|
-
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
68
|
-
]
|
69
|
-
|
70
|
-
[[package]]
|
71
|
-
name = "winapi"
|
72
|
-
version = "0.2.8"
|
73
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
74
|
-
|
75
|
-
[[package]]
|
76
|
-
name = "winapi-build"
|
77
|
-
version = "0.1.1"
|
78
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
79
|
-
|
80
|
-
[metadata]
|
81
|
-
"checksum aho-corasick 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f5314d38125dc9b9ca99ed19a516eb19feac7bf8b22b5b32993c971bf8cb2a4d"
|
82
|
-
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
83
|
-
"checksum libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)" = "6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b"
|
84
|
-
"checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20"
|
85
|
-
"checksum redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd"
|
86
|
-
"checksum regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "4499ef755e709fbfe334ecbc3206537e84952ead5347791b0f54c2b75fe63a28"
|
87
|
-
"checksum regex-syntax 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a21935ce5a4dfa48e3ded1aefbbe353fb9ab258b0d3fa0bd168bef00797b3dc7"
|
88
|
-
"checksum time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "d5d788d3aa77bc0ef3e9621256885555368b47bd495c13dd2e7413c89f845520"
|
89
|
-
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
90
|
-
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
@@ -1,72 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"_readme": [
|
3
|
-
"This file locks the dependencies of your project to a known state",
|
4
|
-
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
5
|
-
"This file is @generated automatically"
|
6
|
-
],
|
7
|
-
"content-hash": "d9618a62db23d0cc400a40547ca61955",
|
8
|
-
"packages": [
|
9
|
-
{
|
10
|
-
"name": "phpmailer/phpmailer",
|
11
|
-
"version": "v5.2.2",
|
12
|
-
"source": {
|
13
|
-
"type": "git",
|
14
|
-
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
15
|
-
"reference": "10c57b72fe4476901d1b3f5ccf3f5cedb4b3c8b1"
|
16
|
-
},
|
17
|
-
"dist": {
|
18
|
-
"type": "zip",
|
19
|
-
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/10c57b72fe4476901d1b3f5ccf3f5cedb4b3c8b1",
|
20
|
-
"reference": "10c57b72fe4476901d1b3f5ccf3f5cedb4b3c8b1",
|
21
|
-
"shasum": ""
|
22
|
-
},
|
23
|
-
"require": {
|
24
|
-
"php": ">=5.0.0"
|
25
|
-
},
|
26
|
-
"require-dev": {
|
27
|
-
"phpdocumentor/phpdocumentor": "*",
|
28
|
-
"phpunit/phpunit": "*"
|
29
|
-
},
|
30
|
-
"type": "library",
|
31
|
-
"autoload": {
|
32
|
-
"classmap": [
|
33
|
-
"class.phpmailer.php",
|
34
|
-
"class.pop3.php",
|
35
|
-
"class.smtp.php"
|
36
|
-
]
|
37
|
-
},
|
38
|
-
"notification-url": "https://packagist.org/downloads/",
|
39
|
-
"license": [
|
40
|
-
"LGPL-2.1"
|
41
|
-
],
|
42
|
-
"authors": [
|
43
|
-
{
|
44
|
-
"name": "Jim Jagielski",
|
45
|
-
"email": "jimjag@gmail.com"
|
46
|
-
},
|
47
|
-
{
|
48
|
-
"name": "Marcus Bointon",
|
49
|
-
"email": "phpmailer@synchromedia.co.uk"
|
50
|
-
},
|
51
|
-
{
|
52
|
-
"name": "Andy Prevost",
|
53
|
-
"email": "codeworxtech@users.sourceforge.net"
|
54
|
-
},
|
55
|
-
{
|
56
|
-
"name": "Brent R. Matzelle"
|
57
|
-
}
|
58
|
-
],
|
59
|
-
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
60
|
-
"time": "2012-12-04T11:15:39+00:00"
|
61
|
-
}
|
62
|
-
],
|
63
|
-
"packages-dev": [],
|
64
|
-
"aliases": [],
|
65
|
-
"minimum-stability": "stable",
|
66
|
-
"stability-flags": [],
|
67
|
-
"prefer-stable": false,
|
68
|
-
"prefer-lowest": false,
|
69
|
-
"platform": [],
|
70
|
-
"platform-dev": [],
|
71
|
-
"plugin-api-version": "1.1.0"
|
72
|
-
}
|
@@ -1,19 +0,0 @@
|
|
1
|
-
version: 2
|
2
|
-
updates:
|
3
|
-
- package-ecosystem: bundler
|
4
|
-
directory: "/bundler"
|
5
|
-
schedule:
|
6
|
-
interval: daily
|
7
|
-
- package-ecosystem: gradle
|
8
|
-
directory: "/gradle"
|
9
|
-
schedule:
|
10
|
-
interval: monthly
|
11
|
-
open-pull-requests-limit: 20
|
12
|
-
- package-ecosystem: cargo
|
13
|
-
directory: "/cargo"
|
14
|
-
schedule:
|
15
|
-
interval: daily
|
16
|
-
- package-ecosystem: composer
|
17
|
-
directory: "/composer"
|
18
|
-
schedule:
|
19
|
-
interval: daily
|
@@ -1,12 +0,0 @@
|
|
1
|
-
version: 2
|
2
|
-
updates:
|
3
|
-
- package-ecosystem: bundler
|
4
|
-
directory: "/bundler"
|
5
|
-
schedule:
|
6
|
-
interval: monthly
|
7
|
-
open-pull-requests-limit: 20
|
8
|
-
- package-ecosystem: gradle
|
9
|
-
directory: "/gradle"
|
10
|
-
schedule:
|
11
|
-
interval: monthly
|
12
|
-
open-pull-requests-limit: 20
|
@@ -1,47 +0,0 @@
|
|
1
|
-
GIT
|
2
|
-
remote: git@github.com:rack/rack.git
|
3
|
-
revision: f3cf79d6460dc592767941806d1b2b7008f73e01
|
4
|
-
tag: 2.1.4
|
5
|
-
specs:
|
6
|
-
rack (2.1.4)
|
7
|
-
|
8
|
-
PATH
|
9
|
-
remote: .
|
10
|
-
specs:
|
11
|
-
dependabot-all-updates-test-staging (0.0.0)
|
12
|
-
netaddr (= 2.0.1)
|
13
|
-
|
14
|
-
GEM
|
15
|
-
remote: https://rubygems.org/
|
16
|
-
specs:
|
17
|
-
ast (2.4.2)
|
18
|
-
citrus (3.0.2)
|
19
|
-
jaro_winkler (1.5.4)
|
20
|
-
netaddr (2.0.1)
|
21
|
-
parallel (1.22.1)
|
22
|
-
parser (3.1.2.0)
|
23
|
-
ast (~> 2.4.1)
|
24
|
-
rainbow (3.1.1)
|
25
|
-
rubocop (0.76.0)
|
26
|
-
jaro_winkler (~> 1.5.1)
|
27
|
-
parallel (~> 1.10)
|
28
|
-
parser (>= 2.6)
|
29
|
-
rainbow (>= 2.2.2, < 4.0)
|
30
|
-
ruby-progressbar (~> 1.7)
|
31
|
-
unicode-display_width (>= 1.4.0, < 1.7)
|
32
|
-
ruby-progressbar (1.11.0)
|
33
|
-
toml-rb (2.2.0)
|
34
|
-
citrus (~> 3.0, > 3.0)
|
35
|
-
unicode-display_width (1.6.1)
|
36
|
-
|
37
|
-
PLATFORMS
|
38
|
-
ruby
|
39
|
-
|
40
|
-
DEPENDENCIES
|
41
|
-
dependabot-all-updates-test-staging!
|
42
|
-
rack!
|
43
|
-
rubocop (= 0.76.0)
|
44
|
-
toml-rb (= 2.2.0)
|
45
|
-
|
46
|
-
BUNDLED WITH
|
47
|
-
2.1.4
|
data/smoke-test/dependabot-file/overer-config/bundler/dependabot-all-updates-test-staging.gemspec
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
Gem::Specification.new do |s|
|
2
|
-
s.name = 'dependabot-all-updates-test-staging'
|
3
|
-
s.version = '0.0.0'
|
4
|
-
s.description = "Dependabot test ruby"
|
5
|
-
s.summary = "dependabot test"
|
6
|
-
s.authors = ["No Reply"]
|
7
|
-
s.email = 'noreply@github.com'
|
8
|
-
s.license = 'MIT'
|
9
|
-
s.add_runtime_dependency 'netaddr', '= 2.0.1'
|
10
|
-
end
|
@@ -1,90 +0,0 @@
|
|
1
|
-
[[package]]
|
2
|
-
name = "aho-corasick"
|
3
|
-
version = "0.3.4"
|
4
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
5
|
-
dependencies = [
|
6
|
-
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
7
|
-
]
|
8
|
-
|
9
|
-
[[package]]
|
10
|
-
name = "dependabot"
|
11
|
-
version = "0.1.0"
|
12
|
-
dependencies = [
|
13
|
-
"regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
14
|
-
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
15
|
-
]
|
16
|
-
|
17
|
-
[[package]]
|
18
|
-
name = "kernel32-sys"
|
19
|
-
version = "0.2.2"
|
20
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
21
|
-
dependencies = [
|
22
|
-
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
23
|
-
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
24
|
-
]
|
25
|
-
|
26
|
-
[[package]]
|
27
|
-
name = "libc"
|
28
|
-
version = "0.2.40"
|
29
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
30
|
-
|
31
|
-
[[package]]
|
32
|
-
name = "memchr"
|
33
|
-
version = "0.1.11"
|
34
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
35
|
-
dependencies = [
|
36
|
-
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
37
|
-
]
|
38
|
-
|
39
|
-
[[package]]
|
40
|
-
name = "redox_syscall"
|
41
|
-
version = "0.1.37"
|
42
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
43
|
-
|
44
|
-
[[package]]
|
45
|
-
name = "regex"
|
46
|
-
version = "0.1.41"
|
47
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
48
|
-
dependencies = [
|
49
|
-
"aho-corasick 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
50
|
-
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
51
|
-
"regex-syntax 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
52
|
-
]
|
53
|
-
|
54
|
-
[[package]]
|
55
|
-
name = "regex-syntax"
|
56
|
-
version = "0.2.6"
|
57
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
58
|
-
|
59
|
-
[[package]]
|
60
|
-
name = "time"
|
61
|
-
version = "0.1.38"
|
62
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
63
|
-
dependencies = [
|
64
|
-
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
65
|
-
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
66
|
-
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
67
|
-
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
68
|
-
]
|
69
|
-
|
70
|
-
[[package]]
|
71
|
-
name = "winapi"
|
72
|
-
version = "0.2.8"
|
73
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
74
|
-
|
75
|
-
[[package]]
|
76
|
-
name = "winapi-build"
|
77
|
-
version = "0.1.1"
|
78
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
79
|
-
|
80
|
-
[metadata]
|
81
|
-
"checksum aho-corasick 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f5314d38125dc9b9ca99ed19a516eb19feac7bf8b22b5b32993c971bf8cb2a4d"
|
82
|
-
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
83
|
-
"checksum libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)" = "6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b"
|
84
|
-
"checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20"
|
85
|
-
"checksum redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd"
|
86
|
-
"checksum regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "4499ef755e709fbfe334ecbc3206537e84952ead5347791b0f54c2b75fe63a28"
|
87
|
-
"checksum regex-syntax 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a21935ce5a4dfa48e3ded1aefbbe353fb9ab258b0d3fa0bd168bef00797b3dc7"
|
88
|
-
"checksum time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "d5d788d3aa77bc0ef3e9621256885555368b47bd495c13dd2e7413c89f845520"
|
89
|
-
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
90
|
-
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
@@ -1,72 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"_readme": [
|
3
|
-
"This file locks the dependencies of your project to a known state",
|
4
|
-
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
5
|
-
"This file is @generated automatically"
|
6
|
-
],
|
7
|
-
"content-hash": "d9618a62db23d0cc400a40547ca61955",
|
8
|
-
"packages": [
|
9
|
-
{
|
10
|
-
"name": "phpmailer/phpmailer",
|
11
|
-
"version": "v5.2.2",
|
12
|
-
"source": {
|
13
|
-
"type": "git",
|
14
|
-
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
15
|
-
"reference": "10c57b72fe4476901d1b3f5ccf3f5cedb4b3c8b1"
|
16
|
-
},
|
17
|
-
"dist": {
|
18
|
-
"type": "zip",
|
19
|
-
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/10c57b72fe4476901d1b3f5ccf3f5cedb4b3c8b1",
|
20
|
-
"reference": "10c57b72fe4476901d1b3f5ccf3f5cedb4b3c8b1",
|
21
|
-
"shasum": ""
|
22
|
-
},
|
23
|
-
"require": {
|
24
|
-
"php": ">=5.0.0"
|
25
|
-
},
|
26
|
-
"require-dev": {
|
27
|
-
"phpdocumentor/phpdocumentor": "*",
|
28
|
-
"phpunit/phpunit": "*"
|
29
|
-
},
|
30
|
-
"type": "library",
|
31
|
-
"autoload": {
|
32
|
-
"classmap": [
|
33
|
-
"class.phpmailer.php",
|
34
|
-
"class.pop3.php",
|
35
|
-
"class.smtp.php"
|
36
|
-
]
|
37
|
-
},
|
38
|
-
"notification-url": "https://packagist.org/downloads/",
|
39
|
-
"license": [
|
40
|
-
"LGPL-2.1"
|
41
|
-
],
|
42
|
-
"authors": [
|
43
|
-
{
|
44
|
-
"name": "Jim Jagielski",
|
45
|
-
"email": "jimjag@gmail.com"
|
46
|
-
},
|
47
|
-
{
|
48
|
-
"name": "Marcus Bointon",
|
49
|
-
"email": "phpmailer@synchromedia.co.uk"
|
50
|
-
},
|
51
|
-
{
|
52
|
-
"name": "Andy Prevost",
|
53
|
-
"email": "codeworxtech@users.sourceforge.net"
|
54
|
-
},
|
55
|
-
{
|
56
|
-
"name": "Brent R. Matzelle"
|
57
|
-
}
|
58
|
-
],
|
59
|
-
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
60
|
-
"time": "2012-12-04T11:15:39+00:00"
|
61
|
-
}
|
62
|
-
],
|
63
|
-
"packages-dev": [],
|
64
|
-
"aliases": [],
|
65
|
-
"minimum-stability": "stable",
|
66
|
-
"stability-flags": [],
|
67
|
-
"prefer-stable": false,
|
68
|
-
"prefer-lowest": false,
|
69
|
-
"platform": [],
|
70
|
-
"platform-dev": [],
|
71
|
-
"plugin-api-version": "1.1.0"
|
72
|
-
}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
version: 2
|
2
|
-
updates:
|
3
|
-
- package-ecosystem: bundler
|
4
|
-
directory: "/bundler"
|
5
|
-
schedule:
|
6
|
-
interval: daily
|
7
|
-
open-pull-requests-limit: 20
|
8
|
-
- package-ecosystem: cargo
|
9
|
-
directory: "/cargo"
|
10
|
-
schedule:
|
11
|
-
interval: monthly
|
12
|
-
open-pull-requests-limit: 7
|
13
|
-
- package-ecosystem: composer
|
14
|
-
directory: "/composer"
|
15
|
-
schedule:
|
16
|
-
interval: monthly
|
17
|
-
open-pull-requests-limit: 7
|
@@ -1,47 +0,0 @@
|
|
1
|
-
GIT
|
2
|
-
remote: git@github.com:rack/rack.git
|
3
|
-
revision: f3cf79d6460dc592767941806d1b2b7008f73e01
|
4
|
-
tag: 2.1.4
|
5
|
-
specs:
|
6
|
-
rack (2.1.4)
|
7
|
-
|
8
|
-
PATH
|
9
|
-
remote: .
|
10
|
-
specs:
|
11
|
-
dependabot-all-updates-test-staging (0.0.0)
|
12
|
-
netaddr (= 2.0.1)
|
13
|
-
|
14
|
-
GEM
|
15
|
-
remote: https://rubygems.org/
|
16
|
-
specs:
|
17
|
-
ast (2.4.2)
|
18
|
-
citrus (3.0.2)
|
19
|
-
jaro_winkler (1.5.4)
|
20
|
-
netaddr (2.0.1)
|
21
|
-
parallel (1.22.1)
|
22
|
-
parser (3.1.2.0)
|
23
|
-
ast (~> 2.4.1)
|
24
|
-
rainbow (3.1.1)
|
25
|
-
rubocop (0.76.0)
|
26
|
-
jaro_winkler (~> 1.5.1)
|
27
|
-
parallel (~> 1.10)
|
28
|
-
parser (>= 2.6)
|
29
|
-
rainbow (>= 2.2.2, < 4.0)
|
30
|
-
ruby-progressbar (~> 1.7)
|
31
|
-
unicode-display_width (>= 1.4.0, < 1.7)
|
32
|
-
ruby-progressbar (1.11.0)
|
33
|
-
toml-rb (2.2.0)
|
34
|
-
citrus (~> 3.0, > 3.0)
|
35
|
-
unicode-display_width (1.6.1)
|
36
|
-
|
37
|
-
PLATFORMS
|
38
|
-
ruby
|
39
|
-
|
40
|
-
DEPENDENCIES
|
41
|
-
dependabot-all-updates-test-staging!
|
42
|
-
rack!
|
43
|
-
rubocop (= 0.76.0)
|
44
|
-
toml-rb (= 2.2.0)
|
45
|
-
|
46
|
-
BUNDLED WITH
|
47
|
-
2.1.4
|
data/smoke-test/dependabot-file/partial-config/bundler/dependabot-all-updates-test-staging.gemspec
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
Gem::Specification.new do |s|
|
2
|
-
s.name = 'dependabot-all-updates-test-staging'
|
3
|
-
s.version = '0.0.0'
|
4
|
-
s.description = "Dependabot test ruby"
|
5
|
-
s.summary = "dependabot test"
|
6
|
-
s.authors = ["No Reply"]
|
7
|
-
s.email = 'noreply@github.com'
|
8
|
-
s.license = 'MIT'
|
9
|
-
s.add_runtime_dependency 'netaddr', '= 2.0.1'
|
10
|
-
end
|