python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / tools / security / schleuder / Gemfile.lock
blob7f15bb7bd7176fa60cbea880ebee1803b836fa47
1 GEM
2   specs:
4 GEM
5   remote: https://rubygems.org/
6   specs:
7     activemodel (6.1.6)
8       activesupport (= 6.1.6)
9     activerecord (6.1.6)
10       activemodel (= 6.1.6)
11       activesupport (= 6.1.6)
12     activesupport (6.1.6)
13       concurrent-ruby (~> 1.0, >= 1.0.2)
14       i18n (>= 1.6, < 2)
15       minitest (>= 5.1)
16       tzinfo (~> 2.0)
17       zeitwerk (~> 2.3)
18     bcrypt (3.1.18)
19     charlock_holmes (0.7.7)
20     concurrent-ruby (1.1.10)
21     daemons (1.4.1)
22     eventmachine (1.2.7)
23     gpgme (2.0.20)
24       mini_portile2 (~> 2.3)
25     i18n (1.10.0)
26       concurrent-ruby (~> 1.0)
27     mail (2.7.1)
28       mini_mime (>= 0.1.1)
29     mail-gpg (0.4.4)
30       gpgme (~> 2.0, >= 2.0.2)
31       mail (~> 2.5, >= 2.5.3)
32     mini_mime (1.1.2)
33     mini_portile2 (2.8.0)
34     minitest (5.16.1)
35     multi_json (1.15.0)
36     mustermann (1.1.1)
37       ruby2_keywords (~> 0.0.1)
38     rack (2.2.3.1)
39     rack-protection (2.2.0)
40       rack
41     rake (13.0.6)
42     ruby2_keywords (0.0.5)
43     schleuder (4.0.3)
44       activerecord (~> 6.1.3)
45       bcrypt (~> 3.1.2)
46       charlock_holmes (~> 0.7.6)
47       gpgme (~> 2.0, >= 2.0.19)
48       mail (~> 2.7.1)
49       mail-gpg (~> 0.3)
50       rake (>= 10.5.0)
51       sinatra (~> 2)
52       sinatra-contrib (~> 2)
53       sqlite3 (~> 1.4.2)
54       thin (~> 1)
55       thor (~> 0)
56     sinatra (2.2.0)
57       mustermann (~> 1.0)
58       rack (~> 2.2)
59       rack-protection (= 2.2.0)
60       tilt (~> 2.0)
61     sinatra-contrib (2.2.0)
62       multi_json
63       mustermann (~> 1.0)
64       rack-protection (= 2.2.0)
65       sinatra (= 2.2.0)
66       tilt (~> 2.0)
67     sqlite3 (1.4.4)
68     thin (1.8.1)
69       daemons (~> 1.0, >= 1.0.9)
70       eventmachine (~> 1.0, >= 1.0.4)
71       rack (>= 1, < 3)
72     thor (0.20.3)
73     tilt (2.0.10)
74     tzinfo (2.0.4)
75       concurrent-ruby (~> 1.0)
76     zeitwerk (2.6.0)
78 PLATFORMS
79   aarch64-linux
80   x86_64-linux
82 DEPENDENCIES
83   schleuder!
85 BUNDLED WITH
86    2.3.9