]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - Gemfile.lock
tests: mocked bot and messages added, added points tests
[user/henk/code/ruby/rbot.git] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     concurrent-ruby (1.1.6)
5     connection_pool (2.2.2)
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.6)
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       webrobots (>= 0.0.9, < 0.2)
26     mime-types (3.3.1)
27       mime-types-data (~> 3.2015)
28     mime-types-data (3.2019.1009)
29     mini_portile2 (2.4.0)
30     multi_json (1.14.1)
31     multi_xml (0.6.0)
32     multipart-post (2.1.1)
33     net-http-digest_auth (1.4.1)
34     net-http-persistent (3.1.0)
35       connection_pool (~> 2.2)
36     nokogiri (1.10.9)
37       mini_portile2 (~> 2.4.0)
38     ntlm-http (0.1.1)
39     oauth (0.5.4)
40     oauth2 (1.4.4)
41       faraday (>= 0.8, < 2.0)
42       jwt (>= 1.0, < 3.0)
43       multi_json (~> 1.3)
44       multi_xml (~> 0.5)
45       rack (>= 1.2, < 3)
46     power_assert (1.1.7)
47     rack (2.2.2)
48     rake (13.0.1)
49     shorturl (1.0.0)
50     test-unit (3.3.5)
51       power_assert
52     text (1.3.1)
53     tokyocabinet (1.32.0)
54     tzinfo (2.0.1)
55       concurrent-ruby (~> 1.0)
56     unf (0.1.4)
57       unf_ext
58     unf_ext (0.0.7.6)
59     webrobots (0.1.2)
60
61 PLATFORMS
62   ruby
63
64 DEPENDENCIES
65   gettext (~> 3.3)
66   mechanize
67   oauth
68   oauth2
69   rake (~> 13.0)
70   shorturl
71   test-unit (~> 3.3)
72   tokyocabinet
73   tzinfo
74
75 BUNDLED WITH
76    2.1.2