|
1 | 1 | PATH |
2 | 2 | remote: . |
3 | 3 | specs: |
4 | | - tweetkit (0.1.4) |
5 | | - faraday (>= 0.9) |
6 | | - faraday_middleware (~> 1.0.0) |
| 4 | + tweetkit (0.2.0) |
| 5 | + faraday (~> 1.9.3) |
| 6 | + faraday_middleware (~> 1.2.0) |
7 | 7 | simple_oauth (~> 0.3.0) |
8 | 8 |
|
9 | 9 | GEM |
10 | 10 | remote: https://rubygems.org/ |
11 | 11 | specs: |
12 | 12 | coderay (1.1.3) |
13 | | - diff-lcs (1.4.4) |
| 13 | + diff-lcs (1.5.0) |
14 | 14 | dotenv (2.7.6) |
15 | | - faraday (1.5.1) |
| 15 | + faraday (1.9.3) |
16 | 16 | faraday-em_http (~> 1.0) |
17 | 17 | faraday-em_synchrony (~> 1.0) |
18 | 18 | faraday-excon (~> 1.1) |
19 | | - faraday-httpclient (~> 1.0.1) |
| 19 | + faraday-httpclient (~> 1.0) |
| 20 | + faraday-multipart (~> 1.0) |
20 | 21 | faraday-net_http (~> 1.0) |
21 | | - faraday-net_http_persistent (~> 1.1) |
| 22 | + faraday-net_http_persistent (~> 1.0) |
22 | 23 | faraday-patron (~> 1.0) |
23 | | - multipart-post (>= 1.2, < 3) |
| 24 | + faraday-rack (~> 1.0) |
| 25 | + faraday-retry (~> 1.0) |
24 | 26 | ruby2_keywords (>= 0.0.4) |
25 | 27 | faraday-em_http (1.0.0) |
26 | 28 | faraday-em_synchrony (1.0.0) |
27 | 29 | faraday-excon (1.1.0) |
28 | 30 | faraday-httpclient (1.0.1) |
| 31 | + faraday-multipart (1.0.3) |
| 32 | + multipart-post (>= 1.2, < 3) |
29 | 33 | faraday-net_http (1.0.1) |
30 | | - faraday-net_http_persistent (1.1.0) |
| 34 | + faraday-net_http_persistent (1.2.0) |
31 | 35 | faraday-patron (1.0.0) |
32 | | - faraday_middleware (1.0.0) |
| 36 | + faraday-rack (1.0.0) |
| 37 | + faraday-retry (1.0.3) |
| 38 | + faraday_middleware (1.2.0) |
33 | 39 | faraday (~> 1.0) |
34 | 40 | method_source (1.0.0) |
35 | 41 | multipart-post (2.1.1) |
36 | | - pry (0.13.1) |
| 42 | + pry (0.14.1) |
37 | 43 | coderay (~> 1.1) |
38 | 44 | method_source (~> 1.0) |
39 | | - rake (12.3.3) |
| 45 | + rake (13.0.6) |
40 | 46 | rspec (3.10.0) |
41 | 47 | rspec-core (~> 3.10.0) |
42 | 48 | rspec-expectations (~> 3.10.0) |
43 | 49 | rspec-mocks (~> 3.10.0) |
44 | 50 | rspec-core (3.10.1) |
45 | 51 | rspec-support (~> 3.10.0) |
46 | | - rspec-expectations (3.10.1) |
| 52 | + rspec-expectations (3.10.2) |
47 | 53 | diff-lcs (>= 1.2.0, < 2.0) |
48 | 54 | rspec-support (~> 3.10.0) |
49 | | - rspec-mocks (3.10.1) |
| 55 | + rspec-mocks (3.10.2) |
50 | 56 | diff-lcs (>= 1.2.0, < 2.0) |
51 | 57 | rspec-support (~> 3.10.0) |
52 | | - rspec-support (3.10.1) |
53 | | - ruby2_keywords (0.0.4) |
| 58 | + rspec-support (3.10.3) |
| 59 | + ruby2_keywords (0.0.5) |
54 | 60 | simple_oauth (0.3.1) |
55 | | - yard (0.9.26) |
| 61 | + webrick (1.7.0) |
| 62 | + yard (0.9.27) |
| 63 | + webrick (~> 1.7.0) |
56 | 64 |
|
57 | 65 | PLATFORMS |
58 | 66 | ruby |
59 | 67 |
|
60 | 68 | DEPENDENCIES |
61 | 69 | dotenv |
62 | | - faraday |
63 | | - faraday_middleware |
64 | | - pry (~> 0.13.1) |
65 | | - rake (~> 12.0) |
| 70 | + pry |
| 71 | + rake |
66 | 72 | rspec |
67 | | - simple_oauth (~> 0.3.0) |
68 | 73 | tweetkit! |
69 | 74 | yard |
70 | 75 |
|
|
0 commit comments