-
Notifications
You must be signed in to change notification settings - Fork 4
/
hatchet.json
59 lines (59 loc) · 1.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
{
"rake": [
"sharpstone/asset_precompile_fail",
"sharpstone/asset_precompile_pass",
"sharpstone/asset_precompile_not_found",
"sharpstone/no_rakefile",
"sharpstone/bad_rakefile",
"sharpstone/default_with_rakefile"
],
"bundler": [
"sharpstone/problem_gemfile_version",
"sharpstone/git_gemspec",
"sharpstone/no_lockfile",
"sharpstone/sqlite3_gemfile",
"sharpstone/nokogiri_160"
],
"ruby": [
"sharpstone/ruby_version_does_not_exist",
"sharpstone/ruby_193_jruby_17161_jdk7",
"sharpstone/ruby_25",
"sharpstone/jruby-minimal",
"sharpstone/empty-procfile",
"sharpstone/bad_ruby_version",
"sharpstone/activerecord41_scaffold",
"sharpstone/libpq_connection_error"
],
"jruby": [
"sharpstone/jruby_naether"
],
"rack": [
"sharpstone/default_ruby",
"sharpstone/mri_187_nokogiri",
"sharpstone/mri_192"
],
"rails_versions": [
"sharpstone/rails_lts_23_default_ruby",
"sharpstone/rails3_default_ruby",
"sharpstone/rails4_windows_mri193",
"sharpstone/rails42_default_ruby",
"sharpstone/active_storage_non_local",
"sharpstone/active_storage_local",
"sharpstone/sprockets_asset_compile_true",
"sharpstone/rails61",
"sharpstone/rails-jsbundling"
],
"heroku": [
"heroku/ruby-getting-started"
],
"node": [
"sharpstone/minimal_webpacker"
],
"ci": [
"sharpstone/rails5_ruby_schema_format",
"sharpstone/heroku-ci-json-example",
"sharpstone/rails5_sql_schema_format",
"sharpstone/ruby_no_rails_test",
"sharpstone/activerecord_rake_tasks_does_not_exist"
]
}