rbot-remote: allow override of function
[rbot] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     concurrent-ruby (1.1.6)
5     connection_pool (2.2.3)
6     domain_name (0.5.20190701)
7       unf (>= 0.0.5, < 1.0.0)
8     faraday (1.0.0)
9       multipart-post (>= 1.2, < 3)
10     gettext (3.3.5)
11       locale (>= 2.0.5)
12       text (>= 1.3.0)
13     http-cookie (1.0.3)
14       domain_name (~> 0.5)
15     jwt (2.2.1)
16     locale (2.1.3)
17     mechanize (2.7.7)
18       domain_name (~> 0.5, >= 0.5.1)
19       http-cookie (~> 1.0)
20       mime-types (>= 1.17.2)
21       net-http-digest_auth (~> 1.1, >= 1.1.1)
22       net-http-persistent (>= 2.5.2)
23       nokogiri (~> 1.6)
24       ntlm-http (~> 0.1, >= 0.1.1)
25       webrick (~> 1.7)
26       webrobots (>= 0.0.9, < 0.2)
27     mime-types (3.3.1)
28       mime-types-data (~> 3.2015)
29     mime-types-data (3.2020.1104)
30     mini_portile2 (2.5.1)
31     multi_json (1.14.1)
32     multi_xml (0.6.0)
33     multipart-post (2.1.1)
34     net-http-digest_auth (1.4.1)
35     net-http-persistent (4.0.1)
36       connection_pool (~> 2.2)
37     nokogiri (1.11.4)
38       mini_portile2 (~> 2.5.0)
39       racc (~> 1.4)
40     ntlm-http (0.1.1)
41     oauth (0.5.5)
42     oauth2 (1.4.4)
43       faraday (>= 0.8, < 2.0)
44       jwt (>= 1.0, < 3.0)
45       multi_json (~> 1.3)
46       multi_xml (~> 0.5)
47       rack (>= 1.2, < 3)
48     power_assert (1.1.7)
49     racc (1.5.2)
50     rack (2.2.3)
51     rake (13.0.1)
52     shorturl (1.0.0)
53     test-unit (3.3.5)
54       power_assert
55     text (1.3.1)
56     tokyocabinet (1.32.0)
57     tzinfo (2.0.1)
58       concurrent-ruby (~> 1.0)
59     unf (0.1.4)
60       unf_ext
61     unf_ext (0.0.7.7)
62     webrick (1.7.0)
63     webrobots (0.1.2)
64
65 PLATFORMS
66   ruby
67
68 DEPENDENCIES
69   gettext (~> 3.3)
70   mechanize
71   oauth
72   oauth2
73   rake (~> 13.0)
74   shorturl
75   test-unit (~> 3.3)
76   tokyocabinet
77   tzinfo
78
79 BUNDLED WITH
80    2.1.2