]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - Gemfile.lock
ci: fix rake invocation in script
[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     rake (13.0.1)
44     shorturl (1.0.0)
45     tokyocabinet (1.32.0)
46     tzinfo (2.0.1)
47       concurrent-ruby (~> 1.0)
48     unf (0.1.4)
49       unf_ext
50     unf_ext (0.0.7.6)
51     webrobots (0.1.2)
52
53 PLATFORMS
54   ruby
55
56 DEPENDENCIES
57   mechanize
58   oauth
59   oauth2
60   rake (~> 13.0)
61   shorturl
62   tokyocabinet
63   tzinfo
64
65 BUNDLED WITH
66    2.1.2