forked from hone/heroku-buildpack-ruby
-
Notifications
You must be signed in to change notification settings - Fork 75
/
hatchet.json
97 lines (97 loc) · 2.58 KB
/
hatchet.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"rake": [
"sharpstone/asset_precompile_fail",
"sharpstone/asset_precompile_pass",
"sharpstone/asset_precompile_not_found",
"sharpstone/connect_to_database_on_first_push",
"sharpstone/no_rakefile",
"sharpstone/bad_rakefile",
"sharpstone/default_with_rakefile"
],
"bundler": [
"sharpstone/bad_gemfile_on_platform",
"sharpstone/problem_gemfile_version",
"sharpstone/git_gemspec",
"sharpstone/no_lockfile",
"sharpstone/sqlite3_gemfile",
"sharpstone/nokogiri_160",
"sharpstone/bundle-ruby-version-not-in-lockfile"
],
"ruby": [
"sharpstone/cd_ruby",
"sharpstone/mri_187",
"sharpstone/mri_193_p547",
"sharpstone/ruby_193_jruby_173",
"sharpstone/ruby_193_jruby_176",
"sharpstone/ruby_193_jruby_17161",
"sharpstone/ruby_193_jruby_17161_jdk7",
"sharpstone/ruby_193_jruby_17161_jdk8",
"sharpstone/ruby_193_bad_patch_cedar_14",
"sharpstone/ruby_25",
"sharpstone/jruby-minimal",
"sharpstone/empty-procfile",
"sharpstone/bad_ruby_version",
"sharpstone/activerecord41_scaffold"
],
"jruby": [
"sharpstone/jruby_naether"
],
"rack": [
"sharpstone/default_ruby",
"sharpstone/mri_187_nokogiri",
"sharpstone/mri_192",
"sharpstone/mri_193",
"sharpstone/mri_200"
],
"rails2": [
"sharpstone/rails23_mri_193"
],
"rails3": [
"sharpstone/rails3_mri_193",
"sharpstone/railties3_mri_193",
"sharpstone/rails3_12factor",
"sharpstone/rails3_one_plugin",
"sharpstone/rails3_runtime_assets",
"sharpstone/rails3-fail-assets-compile",
"sharpstone/rails3-fail-rakefile"
],
"rails4": [
"sharpstone/rails4-manifest",
"sharpstone/rails3-to-4-no-bin",
"sharpstone/rails4_windows_mri193",
"sharpstone/rails4-fail-assets-compile"
],
"rails41": [
"sharpstone/rails41_scaffold"
],
"rails42": [
"sharpstone/rails42_scaffold",
"sharpstone/rails42_sprockets3_manifest"
],
"rails5": [
"sharpstone/rails5"
],
"rails51": [
"schneems/rails51_webpacker"
],
"rails52": [
"sharpstone/active_storage_non_local",
"sharpstone/active_storage_local",
"sharpstone/sprockets_asset_compile_true"
],
"multibuildpack": [
"sharpstone/node_multi"
],
"node": [
"sharpstone/webpacker_no_execjs"
],
"ci": [
"sharpstone/rails5_ruby_schema_format",
"sharpstone/heroku-ci-json-example",
"sharpstone/rails5_sql_schema_format",
"sharpstone/rails_31_ruby_schema_format",
"sharpstone/rails_31_sql_schema_format",
"sharpstone/ruby_no_rails_test",
"sharpstone/activerecord_rake_tasks_does_not_exist"
]
}