url: fix ancient syntax
[rbot] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     addressable (2.8.0)
5       public_suffix (>= 2.0.2, < 5.0)
6     concurrent-ruby (1.1.6)
7     connection_pool (2.2.5)
8     domain_name (0.5.20190701)
9       unf (>= 0.0.5, < 1.0.0)
10     faraday (1.0.0)
11       multipart-post (>= 1.2, < 3)
12     gettext (3.3.5)
13       locale (>= 2.0.5)
14       text (>= 1.3.0)
15     http-cookie (1.0.5)
16       domain_name (~> 0.5)
17     jwt (2.2.1)
18     locale (2.1.3)
19     mechanize (2.8.5)
20       addressable (~> 2.8)
21       domain_name (~> 0.5, >= 0.5.20190701)
22       http-cookie (~> 1.0, >= 1.0.3)
23       mime-types (~> 3.0)
24       net-http-digest_auth (~> 1.4, >= 1.4.1)
25       net-http-persistent (>= 2.5.2, < 5.0.dev)
26       nokogiri (~> 1.11, >= 1.11.2)
27       rubyntlm (~> 0.6, >= 0.6.3)
28       webrick (~> 1.7)
29       webrobots (~> 0.1.2)
30     mime-types (3.4.1)
31       mime-types-data (~> 3.2015)
32     mime-types-data (3.2022.0105)
33     mini_portile2 (2.8.8)
34     multi_json (1.14.1)
35     multi_xml (0.6.0)
36     multipart-post (2.1.1)
37     net-http-digest_auth (1.4.1)
38     net-http-persistent (4.0.1)
39       connection_pool (~> 2.2)
40     nokogiri (1.18.3)
41       mini_portile2 (~> 2.8.2)
42       racc (~> 1.4)
43     oauth (0.5.5)
44     oauth2 (1.4.4)
45       faraday (>= 0.8, < 2.0)
46       jwt (>= 1.0, < 3.0)
47       multi_json (~> 1.3)
48       multi_xml (~> 0.5)
49       rack (>= 1.2, < 3)
50     power_assert (1.1.7)
51     public_suffix (4.0.7)
52     racc (1.8.1)
53     rack (2.2.11)
54     rake (13.0.1)
55     rubyntlm (0.6.3)
56     shorturl (1.0.0)
57     test-unit (3.3.5)
58       power_assert
59     text (1.3.1)
60     tokyocabinet (1.32.0)
61     tzinfo (2.0.1)
62       concurrent-ruby (~> 1.0)
63     unf (0.1.4)
64       unf_ext
65     unf_ext (0.0.8.2)
66     webrick (1.8.2)
67     webrobots (0.1.2)
68
69 PLATFORMS
70   ruby
71
72 DEPENDENCIES
73   gettext (~> 3.3)
74   mechanize
75   oauth
76   oauth2
77   rake (~> 13.0)
78   shorturl
79   test-unit (~> 3.3)
80   tokyocabinet
81   tzinfo
82
83 BUNDLED WITH
84    2.1.2