forked from heroku/heroku-buildpack-ruby
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathhatchet.json
More file actions
42 lines (42 loc) · 1008 Bytes
/
hatchet.json
File metadata and controls
42 lines (42 loc) · 1008 Bytes
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
{
"rake": [
"sharpstone/asset_precompile_fail",
"sharpstone/asset_precompile_pass",
"sharpstone/asset_precompile_not_found",
"sharpstone/no_rakefile",
"sharpstone/bad_rakefile"
],
"bundler": [
"sharpstone/git_gemspec",
"sharpstone/no_lockfile",
"sharpstone/sqlite3_gemfile"
],
"ruby": [
"sharpstone/jruby-minimal",
"sharpstone/empty-procfile",
"sharpstone/bad_ruby_version"
],
"rack": [
"sharpstone/default_ruby"
],
"rails_versions": [
"sharpstone/rails_lts_23_default_ruby",
"sharpstone/rails3_default_ruby",
"sharpstone/rails42_default_ruby",
"sharpstone/rails61",
"sharpstone/rails-jsbundling",
"sharpstone/rails_8_ruby_schema",
"sharpstone/rails_8_sql_schema",
"sharpstone/rails_8_1_trilogy_db_minimal"
],
"heroku": [
"heroku/ruby-getting-started"
],
"node": [
"sharpstone/minimal_webpacker"
],
"ci": [
"sharpstone/heroku-ci-json-example",
"sharpstone/ruby_no_rails_test"
]
}