at 18.09-beta 654 B view raw
1{ 2 json = { 3 source = { 4 remotes = ["https://rubygems.org"]; 5 sha256 = "01v6jjpvh3gnq6sgllpfqahlgxzj50ailwhj9b3cd20hi2dx0vxp"; 6 type = "gem"; 7 }; 8 version = "2.1.0"; 9 }; 10 pg_query = { 11 dependencies = ["json"]; 12 source = { 13 remotes = ["https://rubygems.org"]; 14 sha256 = "0zgwnrf5mkpkxfh49r2pvh2djivrbqd19350g8hxapmkya9w3qpi"; 15 type = "gem"; 16 }; 17 version = "1.0.0"; 18 }; 19 sqlint = { 20 dependencies = ["pg_query"]; 21 source = { 22 remotes = ["https://rubygems.org"]; 23 sha256 = "1wm81dgdmgc16b97bz73vm0wjd2m1ra1b40h0kwfd9wgrh9ig2al"; 24 type = "gem"; 25 }; 26 version = "0.1.7"; 27 }; 28}