]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - Gemfile.lock
deps: update dependencies
[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     http-cookie (1.0.3)
11       domain_name (~> 0.5)
12     jwt (2.2.1)
13     mechanize (2.7.6)
14       domain_name (~> 0.5, >= 0.5.1)
15       http-cookie (~> 1.0)
16       mime-types (>= 1.17.2)
17       net-http-digest_auth (~> 1.1, >= 1.1.1)
18       net-http-persistent (>= 2.5.2)
19       nokogiri (~> 1.6)
20       ntlm-http (~> 0.1, >= 0.1.1)
21       webrobots (>= 0.0.9, < 0.2)
22     mime-types (3.3.1)
23       mime-types-data (~> 3.2015)
24     mime-types-data (3.2019.1009)
25     mini_portile2 (2.4.0)
26     multi_json (1.14.1)
27     multi_xml (0.6.0)
28     multipart-post (2.1.1)
29     net-http-digest_auth (1.4.1)
30     net-http-persistent (3.1.0)
31       connection_pool (~> 2.2)
32     nokogiri (1.10.9)
33       mini_portile2 (~> 2.4.0)
34     ntlm-http (0.1.1)
35     oauth (0.5.4)
36     oauth2 (1.4.4)
37       faraday (>= 0.8, < 2.0)
38       jwt (>= 1.0, < 3.0)
39       multi_json (~> 1.3)
40       multi_xml (~> 0.5)
41       rack (>= 1.2, < 3)
42     rack (2.2.2)
43     shorturl (1.0.0)
44     tokyocabinet (1.32.0)
45     tzinfo (2.0.1)
46       concurrent-ruby (~> 1.0)
47     unf (0.1.4)
48       unf_ext
49     unf_ext (0.0.7.6)
50     webrobots (0.1.2)
51
52 PLATFORMS
53   ruby
54
55 DEPENDENCIES
56   mechanize
57   oauth
58   oauth2
59   shorturl
60   tokyocabinet
61   tzinfo
62
63 BUNDLED WITH
64    2.1.2
65
66
67
68
69
70
71
72
73
74
75 GEM
76   remote: https://rubygems.org/
77   specs:
78     atomic (1.1.15)
79     domain_name (0.5.16)
80       unf (>= 0.0.5, < 1.0.0)
81     faraday (0.9.0)
82       multipart-post (>= 1.2, < 3)
83     http-cookie (1.0.2)
84       domain_name (~> 0.5)
85     jwt (0.1.11)
86       multi_json (>= 1.5)
87     mechanize (2.7.3)
88       domain_name (~> 0.5, >= 0.5.1)
89       http-cookie (~> 1.0)
90       mime-types (~> 2.0)
91       net-http-digest_auth (~> 1.1, >= 1.1.1)
92       net-http-persistent (~> 2.5, >= 2.5.2)
93       nokogiri (~> 1.4)
94       ntlm-http (~> 0.1, >= 0.1.1)
95       webrobots (>= 0.0.9, < 0.2)
96     mime-types (2.1)
97     mini_portile2 (2.4.0)
98     multi_json (1.9.0)
99     multi_xml (0.5.5)
100     multipart-post (2.0.0)
101     net-http-digest_auth (1.4)
102     net-http-persistent (2.9.4)
103     nokogiri (1.10.9)
104       mini_portile2 (~> 2.4.0)
105     ntlm-http (0.1.1)
106     oauth (0.4.7)
107     oauth2 (0.9.3)
108       faraday (>= 0.8, < 0.10)
109       jwt (~> 0.1.8)
110       multi_json (~> 1.3)
111       multi_xml (~> 0.5)
112       rack (~> 1.2)
113     rack (1.6.13)
114     shorturl (1.0.0)
115     thread_safe (0.2.0)
116       atomic (>= 1.1.7, < 2)
117     tokyocabinet (1.29.1)
118     tzinfo (1.1.0)
119       thread_safe (~> 0.1)
120     unf (0.1.3)
121       unf_ext
122     unf_ext (0.0.6)
123     webrobots (0.1.1)
124
125 PLATFORMS
126   ruby
127
128 DEPENDENCIES
129   mechanize
130   oauth
131   oauth2
132   shorturl
133   tokyocabinet
134   tzinfo