forked from hone/heroku-buildpack-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hatchet.json
77 lines (76 loc) · 2.03 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
{
"rake": [
"sharpstone/asset_precompile_fail",
"sharpstone/asset_precompile_pass",
"sharpstone/asset_precompile_not_found",
"sharpstone/database_url_expected_in_rakefile",
"sharpstone/connect_to_database_on_first_push",
"sharpstone/no_rakefile",
"sharpstone/bad_rakefile",
"sharpstone/mri_187_no_rake",
"sharpstone/mri_187_rake",
"sharpstone/mri_200_no_rake",
"sharpstone/mri_200_rake"
],
"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/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/jruby-minimal",
"sharpstone/empty-procfile",
"sharpstone/bad_ruby_version",
"sharpstone/activerecord41_scaffold"
],
"rack": [
"sharpstone/default_ruby",
"sharpstone/mri_187_nokogiri",
"sharpstone/mri_192",
"sharpstone/mri_193",
"sharpstone/mri_200",
"sharpstone/mri_214"
],
"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"
],
"multibuildpack": [
"sharpstone/node_multi"
]
}