nixpkgs/pkgs/applications/version-management/redmine/gemset.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

953 lines
24 KiB
Nix
Raw Normal View History

{
2019-10-22 04:09:56 +03:00
actioncable = {
dependencies = ["actionpack" "nio4r" "websocket-driver"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
2019-10-22 04:09:56 +03:00
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "123nrlrh5kikl314l4gjbc8ljw3h2ppzhpmm7cilisqvn71s5ysd";
2019-10-22 04:09:56 +03:00
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "5.2.8";
2019-10-22 04:09:56 +03:00
};
actionmailer = {
dependencies = ["actionpack" "actionview" "activejob" "mail" "rails-dom-testing"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "18vrdwdwfmrnpj8k30qhvdx23km233ffnhhzpbmx8m6spavwvli2";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "5.2.8";
};
actionpack = {
dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "1knnka6n292f4hhbjfchpa4sbjj79wys5y8bcggm8ah894051kzk";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "5.2.8";
};
actionpack-xml_parser = {
2019-10-22 04:09:56 +03:00
dependencies = ["actionpack" "railties"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2019-10-22 04:09:56 +03:00
sha256 = "1rnm6jrw3mzcf2g3q498igmhsn0kfkxq79w0nm532iclx4g4djs0";
type = "gem";
};
2019-10-22 04:09:56 +03:00
version = "2.0.1";
};
actionview = {
2019-10-22 04:09:56 +03:00
dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "0zndg7ax4bckayjw558p9hz92ic6x3r5acfbd5vnad0xh7hfdrmx";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "5.2.8";
};
activejob = {
dependencies = ["activesupport" "globalid"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "0kzb5y4lflmvi3vxz2zrj55k6xyys2h5bdqp2ki69rcyd4ay5qrg";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "5.2.8";
};
activemodel = {
2019-10-22 04:09:56 +03:00
dependencies = ["activesupport"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "1b6pskl8x4c1hcsf4xh4cl9qlh814s91bjv3yy94cdc4xpl76vr6";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "5.2.8";
};
activerecord = {
dependencies = ["activemodel" "activesupport" "arel"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "078iiv5g02n1ivrgpkbw5bxkbihi85msvn88p5q37vbfr14ynk0a";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "5.2.8";
2019-10-22 04:09:56 +03:00
};
activestorage = {
dependencies = ["actionpack" "activerecord" "marcel"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
2019-10-22 04:09:56 +03:00
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "1xnxgg9j4nr6yw8g3l0jdr9m985k3wrvjql9j5qr5lfcsn9zwz4w";
2019-10-22 04:09:56 +03:00
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "5.2.8";
};
activesupport = {
2019-10-22 04:09:56 +03:00
dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"];
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "0anvhpxjgic1cv1h66lmz6x5nd7g0bbnwl0rgxnbdr3w76fa8w02";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "5.2.8";
};
addressable = {
dependencies = ["public_suffix"];
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "1ypdmpdn20hxp5vwxz3zc04r5xcwqc25qszdlg41h8ghdqbllwmw";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "2.8.1";
};
arel = {
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2019-10-22 04:09:56 +03:00
sha256 = "1jk7wlmkr61f6g36w9s2sn46nmdg6wn2jfssrhbhirv5x9n95nk0";
type = "gem";
};
2019-10-22 04:09:56 +03:00
version = "9.0.0";
};
2019-12-21 18:21:54 +03:00
ast = {
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
2019-12-21 18:21:54 +03:00
source = {
remotes = ["https://rubygems.org"];
2021-03-22 01:34:43 +03:00
sha256 = "04nc8x27hlzlrr5c2gn7mar4vdr0apw5xg22wp6m8dx3wqr04a0y";
2019-12-21 18:21:54 +03:00
type = "gem";
};
2021-03-22 01:34:43 +03:00
version = "2.4.2";
2019-12-21 18:21:54 +03:00
};
builder = {
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2019-12-21 18:21:54 +03:00
sha256 = "045wzckxpwcqzrjr353cxnyaxgf0qg22jh00dcx7z38cys5g1jlr";
type = "gem";
};
2019-12-21 18:21:54 +03:00
version = "3.2.4";
};
capybara = {
2019-12-21 18:21:54 +03:00
dependencies = ["addressable" "mini_mime" "nokogiri" "rack" "rack-test" "regexp_parser" "xpath"];
2020-04-09 18:14:07 +03:00
groups = ["test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2021-03-29 00:20:06 +03:00
sha256 = "0fhgnw6xgnphaka50b995mcmc2pjifmlr8ypz6dw2a6jkz3qqlcl";
type = "gem";
};
2021-03-29 00:20:06 +03:00
version = "3.31.0";
};
childprocess = {
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-02-26 01:58:29 +03:00
sha256 = "1lvcp8bsd35g57f7wz4jigcw2sryzzwrpcgjwwf3chmjrjcww5in";
type = "gem";
};
2022-02-26 01:58:29 +03:00
version = "4.1.0";
};
2021-03-29 00:20:06 +03:00
chunky_png = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1znw5x86hmm9vfhidwdsijz8m38pqgmv98l9ryilvky0aldv7mc9";
type = "gem";
};
version = "1.4.0";
};
concurrent-ruby = {
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0s4fpn3mqiizpmpy2a24k4v365pv75y50292r8ajrv4i1p5b2k14";
type = "gem";
};
version = "1.1.10";
};
crass = {
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2020-04-09 18:14:07 +03:00
sha256 = "0pfl5c0pyqaparxaqxi6s4gfl21bdldwiawrc0aknyvflli60lfw";
type = "gem";
};
2020-04-09 18:14:07 +03:00
version = "1.0.6";
};
css_parser = {
dependencies = ["addressable"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-02-26 01:58:29 +03:00
sha256 = "1qbdgp36dhcyljhmfxrvbgp1ha9yqxhxgyg3sdm48y9m371jd2an";
type = "gem";
};
2022-02-26 01:58:29 +03:00
version = "1.11.0";
};
2019-10-22 04:09:56 +03:00
csv = {
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2021-03-22 01:34:43 +03:00
sha256 = "07mgyalwdxaxnff86j5p6n5szmhqz7nrlkb40826mzggrmva8v1m";
type = "gem";
};
2021-03-22 01:34:43 +03:00
version = "3.1.9";
};
2019-10-22 04:09:56 +03:00
docile = {
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2021-08-14 14:58:09 +03:00
sha256 = "1lxqxgq71rqwj1lpl9q1mbhhhhhhdkkj7my341f2889pwayk85sz";
type = "gem";
};
2021-08-14 14:58:09 +03:00
version = "1.4.0";
};
2019-10-22 04:09:56 +03:00
erubi = {
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "11bz1v1cxabm8672gabrw542zyg51dizlcvdck6vvwzagxbjv9zx";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "1.11.0";
};
globalid = {
dependencies = ["activesupport"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-02-26 01:58:29 +03:00
sha256 = "1n5yc058i8xhi1fwcp1w7mfi6xaxfmrifdb4r4hjfff33ldn8lqj";
type = "gem";
};
2022-02-26 01:58:29 +03:00
version = "1.0.0";
};
htmlentities = {
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1nkklqsn8ir8wizzlakncfv42i32wc0w9hxp00hvdlgjr7376nhj";
type = "gem";
};
version = "4.3.4";
};
i18n = {
2019-12-21 18:21:54 +03:00
dependencies = ["concurrent-ruby"];
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-02-26 01:58:29 +03:00
sha256 = "0vdd1kii40qhbr9n8qx71k2gskq6rkl8ygy8hw5hfj8bb5a364xf";
2019-12-21 18:21:54 +03:00
type = "gem";
};
2022-02-26 01:58:29 +03:00
version = "1.8.11";
};
loofah = {
dependencies = ["crass" "nokogiri"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "18ymp6l3bv7abz07k6qbbi9c9vsiahq30d2smh4qzsvag8j5m5v1";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "2.18.0";
};
mail = {
2019-10-22 04:09:56 +03:00
dependencies = ["mini_mime"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2019-10-22 04:09:56 +03:00
sha256 = "00wwz6ys0502dpk8xprwcqfwyf3hmnx6lgxaiq6vj43mkx43sapc";
type = "gem";
};
2019-10-22 04:09:56 +03:00
version = "2.7.1";
};
2019-10-22 04:09:56 +03:00
marcel = {
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2021-10-13 04:46:41 +03:00
sha256 = "0kky3yiwagsk8gfbzn3mvl2fxlh3b39v6nawzm4wpjs6xxvvc4x0";
type = "gem";
};
2021-10-13 04:46:41 +03:00
version = "1.0.2";
};
2019-10-22 04:09:56 +03:00
method_source = {
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2020-04-09 18:14:07 +03:00
sha256 = "1pnyh44qycnf9mzi1j6fywd5fkskv3x7nmsqrrws0rjn5dd4ayfp";
type = "gem";
};
2020-04-09 18:14:07 +03:00
version = "1.0.0";
};
2019-12-21 18:21:54 +03:00
mini_magick = {
2020-04-09 18:14:07 +03:00
groups = ["minimagick"];
platforms = [];
2019-12-21 18:21:54 +03:00
source = {
remotes = ["https://rubygems.org"];
2021-03-29 00:20:06 +03:00
sha256 = "1aj604x11d9pksbljh0l38f70b558rhdgji1s9i763hiagvvx2hs";
2019-12-21 18:21:54 +03:00
type = "gem";
};
2021-03-29 00:20:06 +03:00
version = "4.11.0";
2019-12-21 18:21:54 +03:00
};
mini_mime = {
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2021-03-29 00:20:06 +03:00
sha256 = "1np6srnyagghhh2w4nyv09sz47v0i6ri3q6blicj94vgxqp12c94";
type = "gem";
};
2021-03-29 00:20:06 +03:00
version = "1.0.3";
};
2022-09-09 12:07:47 +03:00
mini_portile2 = {
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0rapl1sfmfi3bfr68da4ca16yhc0pp93vjwkj7y3rdqrzy3b41hy";
type = "gem";
};
version = "2.8.0";
};
minitest = {
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "0516ypqlx0mlcfn5xh7qppxqc3xndn1fnadxawa8wld5dkcimy30";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "5.16.3";
};
mocha = {
2020-04-09 18:14:07 +03:00
groups = ["test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "0ffd7zn24lwhp3xp747jfg4zxgqbm04ar7shhjy2iv5xg1pz01lr";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "1.14.0";
};
2019-10-22 04:09:56 +03:00
mysql2 = {
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [{
engine = "maglev";
} {
engine = "mingw";
} {
engine = "mingw";
} {
engine = "ruby";
}];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "0xsy70mg4p854jska7ff7cy8fyn9nhlkrmfdvkkfmk8qxairbfq1";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "0.5.4";
};
2019-10-22 04:09:56 +03:00
net-ldap = {
2020-04-09 18:14:07 +03:00
groups = ["ldap"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "1ycw0qsw3hap8svakl0i30jkj0ffd4lpyrn17a1j0w8mz5ainmsj";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "0.17.1";
};
2019-10-22 04:09:56 +03:00
nio4r = {
2021-03-29 00:20:06 +03:00
groups = ["default" "test"];
2020-04-09 18:14:07 +03:00
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2021-08-14 14:58:09 +03:00
sha256 = "0xk64wghkscs6bv2n22853k2nh39d131c6rfpnlw12mbjnnv9v1v";
type = "gem";
};
2021-08-14 14:58:09 +03:00
version = "2.5.8";
};
nokogiri = {
2022-09-09 12:07:47 +03:00
dependencies = ["mini_portile2" "racc"];
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "0g7axlq2y6gzmixzzzhw3fn6nhrhg469jj8gfr7gs8igiclpkhkr";
2019-12-21 18:21:54 +03:00
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "1.13.8";
2019-12-21 18:21:54 +03:00
};
parallel = {
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
2019-12-21 18:21:54 +03:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "07vnk6bb54k4yc06xnwck7php50l09vvlw1ga8wdz0pia461zpzb";
2019-12-21 18:21:54 +03:00
type = "gem";
};
version = "1.22.1";
2019-12-21 18:21:54 +03:00
};
parser = {
dependencies = ["ast"];
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
2019-12-21 18:21:54 +03:00
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "1q31n7yj59wka8xl8s5wkf66hm4pgvblx95czyxffprdnlhrir2p";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "3.1.2.1";
};
pg = {
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [{
engine = "maglev";
} {
engine = "mingw";
} {
engine = "mingw";
} {
engine = "ruby";
}];
source = {
remotes = ["https://rubygems.org"];
2021-03-29 00:20:06 +03:00
sha256 = "13mfrysrdrh8cka1d96zm0lnfs59i5x2g6ps49r2kz5p3q81xrzj";
type = "gem";
};
2021-03-29 00:20:06 +03:00
version = "1.2.3";
};
2019-10-22 04:09:56 +03:00
public_suffix = {
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "0sqw1zls6227bgq38sxb2hs8nkdz4hn1zivs27mjbniswfy4zvi6";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "5.0.0";
};
2019-10-22 04:09:56 +03:00
puma = {
2021-03-29 00:20:06 +03:00
dependencies = ["nio4r"];
2020-04-09 18:14:07 +03:00
groups = ["test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "0qzq0c791kacv68hgk9zqsd1p7zx1y1rr9j10rn9yphibb8jj436";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "5.6.5";
2021-03-22 01:34:43 +03:00
};
racc = {
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-02-26 01:58:29 +03:00
sha256 = "0la56m0z26j3mfn1a9lf2l03qx1xifanndf9p3vx1azf6sqy7v9d";
2021-03-22 01:34:43 +03:00
type = "gem";
};
2022-02-26 01:58:29 +03:00
version = "1.6.0";
};
rack = {
2020-04-09 18:14:07 +03:00
groups = ["default" "openid" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "0axc6w0rs4yj0pksfll1hjgw1k6a5q0xi2lckh91knfb72v348pa";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "2.2.4";
};
rack-openid = {
dependencies = ["rack" "ruby-openid"];
2020-04-09 18:14:07 +03:00
groups = ["openid"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0sg85yn981j3a0iri3ch4znzdwscvz29l7vrk3dafqw4fdg31llc";
type = "gem";
};
version = "1.4.2";
};
rack-test = {
dependencies = ["rack"];
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "0rjl709krgf499dhjdapg580l2qaj9d91pwzk8ck8fpnazlx1bdd";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "2.0.2";
};
rails = {
2019-10-22 04:09:56 +03:00
dependencies = ["actioncable" "actionmailer" "actionpack" "actionview" "activejob" "activemodel" "activerecord" "activestorage" "activesupport" "railties" "sprockets-rails"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "0884z2ilm4by47qk7my856dr42vzy12ghj241rymp13flaf54449";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "5.2.8";
};
rails-dom-testing = {
2019-10-22 04:09:56 +03:00
dependencies = ["activesupport" "nokogiri"];
2020-04-09 18:14:07 +03:00
groups = ["test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2019-10-22 04:09:56 +03:00
sha256 = "1lfq2a7kp2x64dzzi5p4cjcbiv62vxh9lyqk2f0rqq3fkzrw8h5i";
type = "gem";
};
2019-10-22 04:09:56 +03:00
version = "2.0.3";
};
rails-html-sanitizer = {
dependencies = ["loofah"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "1mj0b7ay10a2fgwj70kjw7mlyrp7a5la8lx8zmwhy40bkansdfrf";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "1.4.3";
};
railties = {
2019-10-22 04:09:56 +03:00
dependencies = ["actionpack" "activesupport" "method_source" "rake" "thor"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "157mmm2jhvq2g08xhq0780i3r4i679h14m68jj7265ik26gbchhc";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "5.2.8";
2019-12-21 18:21:54 +03:00
};
rainbow = {
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
2019-12-21 18:21:54 +03:00
source = {
remotes = ["https://rubygems.org"];
2022-02-26 01:58:29 +03:00
sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503";
2019-12-21 18:21:54 +03:00
type = "gem";
};
2022-02-26 01:58:29 +03:00
version = "3.1.1";
};
rake = {
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2021-08-14 14:58:09 +03:00
sha256 = "15whn7p9nrkxangbs9hh75q585yfn66lv0v2mhj6q6dl6x8bzr2w";
type = "gem";
};
2021-08-14 14:58:09 +03:00
version = "13.0.6";
};
rbpdf = {
dependencies = ["htmlentities" "rbpdf-font"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2019-12-21 18:21:54 +03:00
sha256 = "0sdj8frakpdms820rwlil38h9bh3p24xmwnjrxsjc1p9irc3za71";
type = "gem";
};
2019-12-21 18:21:54 +03:00
version = "1.20.1";
};
rbpdf-font = {
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0pxlr0l4vf785qpy55m439dyii63a26l0sd0yyhbwwcy9zm9hd1v";
type = "gem";
};
version = "1.19.1";
};
redcarpet = {
2020-04-09 18:14:07 +03:00
groups = ["markdown"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2021-03-22 01:34:43 +03:00
sha256 = "0bvk8yyns5s1ls437z719y5sdv9fr8kfs8dmr6g8s761dv5n8zvi";
type = "gem";
};
2021-03-22 01:34:43 +03:00
version = "3.5.1";
};
2019-12-21 18:21:54 +03:00
regexp_parser = {
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2021-03-22 01:34:43 +03:00
sha256 = "0x4s82lgf0l71y3xc9gp4qxkrgx1kv8f6avdqd68l46ijbyvicdm";
type = "gem";
};
2021-03-22 01:34:43 +03:00
version = "1.8.2";
};
2019-12-21 18:21:54 +03:00
request_store = {
dependencies = ["rack"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-02-26 01:58:29 +03:00
sha256 = "13ppgmsbrqah08j06bybd3cddv6dml79yzyjn7r8j1src78h98h7";
type = "gem";
};
2022-02-26 01:58:29 +03:00
version = "1.5.1";
2021-03-29 00:20:06 +03:00
};
rexml = {
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2021-04-30 17:33:25 +03:00
sha256 = "08ximcyfjy94pm1rhcx04ny1vx2sk0x4y185gzn86yfsbzwkng53";
2021-03-29 00:20:06 +03:00
type = "gem";
};
2021-04-30 17:33:25 +03:00
version = "3.2.5";
};
roadie = {
dependencies = ["css_parser" "nokogiri"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2020-04-09 18:14:07 +03:00
sha256 = "01kld3drqfiih5x8c13cvr6dpvdl7jml0v9bcw4fsy322lax3kn0";
type = "gem";
};
2020-04-09 18:14:07 +03:00
version = "4.0.0";
};
roadie-rails = {
dependencies = ["railties" "roadie"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2021-03-29 00:20:06 +03:00
sha256 = "0jjcqnp37z65dksykzwjiz149kx65nw70lyx8dkw1fm5x7yraqvh";
type = "gem";
};
version = "2.2.0";
};
rotp = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "11q7rkjx40yi6lpylgl2jkpy162mjw7mswrcgcax86vgpbpjx6i3";
type = "gem";
};
2021-03-29 00:20:06 +03:00
version = "6.2.0";
2019-10-22 04:09:56 +03:00
};
rouge = {
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
2019-10-22 04:09:56 +03:00
source = {
remotes = ["https://rubygems.org"];
2021-10-13 04:46:41 +03:00
sha256 = "197k0vskf72wxx0gzwld2jzg27bb7982xlvnzy9adlvkzp7nh8vf";
2021-03-29 00:20:06 +03:00
type = "gem";
};
2021-10-13 04:46:41 +03:00
version = "3.26.1";
2021-03-29 00:20:06 +03:00
};
rqrcode = {
dependencies = ["chunky_png" "rqrcode_core"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "0s97q1rqmw7rzsdr500hr4f2k6s24n8qk1klciz5q94zvdrygx3p";
2019-12-21 18:21:54 +03:00
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "2.1.2";
2021-03-29 00:20:06 +03:00
};
rqrcode_core = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2021-10-13 04:46:41 +03:00
sha256 = "06ld6386hbdhy5h0k09axmgn424kavpc8f27k1vjhknjhbf8jjfg";
2021-03-29 00:20:06 +03:00
type = "gem";
};
2021-10-13 04:46:41 +03:00
version = "1.2.0";
2019-12-21 18:21:54 +03:00
};
rubocop = {
2021-03-29 00:20:06 +03:00
dependencies = ["parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width"];
2020-04-09 18:14:07 +03:00
groups = ["test"];
platforms = [];
2019-12-21 18:21:54 +03:00
source = {
remotes = ["https://rubygems.org"];
2021-04-30 17:33:25 +03:00
sha256 = "0hi2c3a6alya9yx07nirnjzlc0mvmidnx67874njp6wf7d5xqqr9";
2019-12-21 18:21:54 +03:00
type = "gem";
};
2021-04-30 17:33:25 +03:00
version = "1.12.1";
2021-03-29 00:20:06 +03:00
};
rubocop-ast = {
dependencies = ["parser"];
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "0s4m9h9hzrpfmsnswvfimafmjwfa79cbqh9dvq18cja32dhrhpcg";
2021-03-29 00:20:06 +03:00
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "1.21.0";
2019-12-21 18:21:54 +03:00
};
rubocop-performance = {
2021-03-29 00:20:06 +03:00
dependencies = ["rubocop" "rubocop-ast"];
2020-04-09 18:14:07 +03:00
groups = ["test"];
platforms = [];
2019-12-21 18:21:54 +03:00
source = {
remotes = ["https://rubygems.org"];
2021-03-29 00:20:06 +03:00
sha256 = "07c3kymvsid9aajwmmwr3n6apxgyjcbzbl2n6r5lpzkyz28jqn15";
2019-10-22 04:09:56 +03:00
type = "gem";
};
2021-03-29 00:20:06 +03:00
version = "1.10.2";
2019-12-21 18:21:54 +03:00
};
rubocop-rails = {
2021-03-29 00:20:06 +03:00
dependencies = ["activesupport" "rack" "rubocop"];
2020-04-09 18:14:07 +03:00
groups = ["test"];
platforms = [];
2019-12-21 18:21:54 +03:00
source = {
remotes = ["https://rubygems.org"];
2021-03-29 00:20:06 +03:00
sha256 = "0h656la1g644g54g3gidz45p6v8i1156nw6bi66cfx7078y1339d";
2019-12-21 18:21:54 +03:00
type = "gem";
};
2021-03-29 00:20:06 +03:00
version = "2.9.1";
};
ruby-openid = {
2020-04-09 18:14:07 +03:00
groups = ["openid"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2019-10-22 04:13:30 +03:00
sha256 = "190p1m0bxd9xkfk1j6cpcv3x5c367g36nsglg4m1fcwqdd13k3kz";
type = "gem";
};
2019-10-22 04:13:30 +03:00
version = "2.9.2";
};
2019-12-21 18:21:54 +03:00
ruby-progressbar = {
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
2019-12-21 18:21:54 +03:00
source = {
remotes = ["https://rubygems.org"];
2021-03-22 01:34:43 +03:00
sha256 = "02nmaw7yx9kl7rbaan5pl8x5nn0y4j5954mzrkzi9i3dhsrps4nc";
2019-12-21 18:21:54 +03:00
type = "gem";
};
2021-03-22 01:34:43 +03:00
version = "1.11.0";
2019-12-21 18:21:54 +03:00
};
rubyzip = {
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2021-08-14 14:58:09 +03:00
sha256 = "0grps9197qyxakbpw02pda59v45lfgbgiyw48i0mq9f2bn9y6mrz";
type = "gem";
};
2021-08-14 14:58:09 +03:00
version = "2.3.2";
};
selenium-webdriver = {
2022-09-09 12:07:47 +03:00
dependencies = ["childprocess" "rexml" "rubyzip" "websocket"];
2020-04-09 18:14:07 +03:00
groups = ["test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "1vy0baak61wr652a7qf249n85sqq5k5mi51ws5ccyyirlsymz2gv";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "4.4.0";
};
simplecov = {
2021-03-29 00:20:06 +03:00
dependencies = ["docile" "simplecov-html"];
2020-04-09 18:14:07 +03:00
groups = ["test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2021-03-29 00:20:06 +03:00
sha256 = "0ycx5q699ycbjhp28sjbkrd62vwxlrb7fh4v2m7sjsp2qhi6cf6r";
type = "gem";
};
2021-03-29 00:20:06 +03:00
version = "0.18.5";
};
simplecov-html = {
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2021-03-29 00:20:06 +03:00
sha256 = "0yx01bxa8pbf9ip4hagqkp5m0mqfnwnw2xk8kjraiywz4lrss6jb";
type = "gem";
};
2021-03-29 00:20:06 +03:00
version = "0.12.3";
};
sprockets = {
dependencies = ["concurrent-ruby" "rack"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "1qj82dcfkk6c4zw357k5r05s5iwvyddh57bpwj0a1hjgaw70pcb8";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "4.1.1";
};
sprockets-rails = {
dependencies = ["actionpack" "activesupport" "sprockets"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-02-26 01:58:29 +03:00
sha256 = "1b9i14qb27zs56hlcc2hf139l0ghbqnjpmfi0054dxycaxvk5min";
type = "gem";
};
2022-02-26 01:58:29 +03:00
version = "3.4.2";
};
thor = {
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-02-26 01:58:29 +03:00
sha256 = "0inl77jh4ia03jw3iqm5ipr76ghal3hyjrd6r8zqsswwvi9j2xdi";
type = "gem";
};
2022-02-26 01:58:29 +03:00
version = "1.2.1";
};
thread_safe = {
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0nmhcgq6cgz44srylra07bmaw99f5271l0dpsvl5f75m44l0gmwy";
type = "gem";
};
version = "0.3.6";
};
tzinfo = {
dependencies = ["thread_safe"];
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "0rw89y3zj0wcybcyiazgcprg6hi42k8ipp1n2lbl95z1dmpgmly6";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "1.2.10";
};
2019-12-21 18:21:54 +03:00
unicode-display_width = {
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
2019-12-21 18:21:54 +03:00
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "1nlfck6z986fngp0r74maswmyb1rcksc8xc3mfpw9cj23c3s8zwn";
2021-03-29 00:20:06 +03:00
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "2.2.0";
2021-03-29 00:20:06 +03:00
};
webdrivers = {
dependencies = ["nokogiri" "rubyzip" "selenium-webdriver"];
groups = ["test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-02-26 01:58:29 +03:00
sha256 = "05fdb6z8541p912xanjbl9y15cyj6g44530y0nib6qhv6i90rkzp";
type = "gem";
};
version = "4.7.0";
};
webrick = {
groups = ["default" "development"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1d4cvgmxhfczxiq5fr534lmizkhigd15bsx5719r5ds7k7ivisc7";
2019-12-21 18:21:54 +03:00
type = "gem";
};
2022-02-26 01:58:29 +03:00
version = "1.7.0";
2019-12-21 18:21:54 +03:00
};
2022-09-09 12:07:47 +03:00
websocket = {
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0dib6p55sl606qb4vpwrvj5wh881kk4aqn2zpfapf8ckx7g14jw8";
type = "gem";
};
version = "1.2.9";
};
2019-10-22 04:09:56 +03:00
websocket-driver = {
dependencies = ["websocket-extensions"];
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
2019-10-22 04:09:56 +03:00
source = {
remotes = ["https://rubygems.org"];
2021-08-14 14:58:09 +03:00
sha256 = "0a3bwxd9v3ghrxzjc4vxmf4xa18c6m4xqy5wb0yk5c6b9psc7052";
2019-10-22 04:09:56 +03:00
type = "gem";
};
2021-08-14 14:58:09 +03:00
version = "0.7.5";
2019-10-22 04:09:56 +03:00
};
websocket-extensions = {
2020-04-09 18:14:07 +03:00
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2021-03-22 01:34:43 +03:00
sha256 = "0hc2g9qps8lmhibl5baa91b4qx8wqw872rgwagml78ydj8qacsqw";
type = "gem";
};
2021-03-22 01:34:43 +03:00
version = "0.1.5";
};
xpath = {
dependencies = ["nokogiri"];
2020-04-09 18:14:07 +03:00
groups = ["default" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2019-01-30 15:37:24 +03:00
sha256 = "0bh8lk9hvlpn7vmi6h4hkcwjzvs2y0cmkk3yjjdr8fxvj6fsgzbd";
type = "gem";
};
2019-01-30 15:37:24 +03:00
version = "3.2.0";
};
yard = {
2022-02-26 01:58:29 +03:00
dependencies = ["webrick"];
2020-04-09 18:14:07 +03:00
groups = ["development"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
2022-09-09 12:07:47 +03:00
sha256 = "0p1if8g9ww6hlpfkphqv3y1z0rbqnnrvb38c5qhnala0f8qpw6yk";
type = "gem";
};
2022-09-09 12:07:47 +03:00
version = "0.9.28";
};
2021-01-22 00:12:40 +03:00
}