forked from rwjblue/heroku-buildpack-ruby
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhatchet.json
38 lines (38 loc) · 933 Bytes
/
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
{
"bundler": [
"sharpstone/bad_gemfile_on_platform",
"sharpstone/git_gemspec",
"sharpstone/no_lockfile",
"sharpstone/sqlite3_gemfile",
"sharpstone/nokogiri_160"
],
"ruby": [
"sharpstone/mri_187",
"sharpstone/ruby_193_jruby_173",
"sharpstone/ruby_193_jruby_176"
],
"rack": [
"sharpstone/default_ruby",
"sharpstone/mri_187_nokogiri",
"sharpstone/mri_192",
"sharpstone/mri_193",
"sharpstone/mri_200"
],
"rails2": [
"sharpstone/rails23_mri_187"
],
"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"
],
"rails4": [
"sharpstone/rails4-manifest",
"sharpstone/rails3-to-4-no-bin",
"sharpstone/rails4_windows_mri193",
"sharpstone/rails4-fail-assets-compile"
]
}