forked from kaiji95/play_store_info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
114 lines (110 loc) · 2.54 KB
/
Gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
PATH
remote: .
specs:
play_store_info (1.0.3)
metainspector (~> 5.1.1)
sanitize (~> 6.0.0)
GEM
remote: https://rubygems.org/
specs:
addressable (2.4.0)
ast (2.2.0)
coderay (1.1.1)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.6)
diff-lcs (1.2.5)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
faraday (0.17.5)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.7)
faraday (>= 0.8.0)
http-cookie (~> 1.0.0)
faraday-encoding (0.0.5)
faraday
faraday-http-cache (1.3.1)
faraday (~> 0.8)
faraday_middleware (0.14.0)
faraday (>= 0.7.4, < 1.0)
fastimage (1.8.1)
addressable (~> 2.3, >= 2.3.5)
hashdiff (0.3.0)
http-cookie (1.0.4)
domain_name (~> 0.5)
metainspector (5.1.3)
addressable (~> 2.4)
faraday (~> 0.9)
faraday-cookie_jar (~> 0.0)
faraday-encoding (~> 0.0.3)
faraday-http-cache (~> 1.2)
faraday_middleware (~> 0.10)
fastimage (~> 1.8.1)
nesty (~> 1.0)
nokogiri (~> 1.6)
method_source (0.8.2)
mini_portile2 (2.8.0)
multipart-post (2.1.1)
nesty (1.0.2)
nokogiri (1.13.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
parser (2.3.0.7)
ast (~> 2.2)
powerpack (0.1.1)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
racc (1.6.0)
rainbow (2.1.0)
rake (10.5.0)
rspec (3.4.0)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-core (3.4.4)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-mocks (3.4.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
rubocop (0.39.0)
parser (>= 2.3.0.7, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
rubocop-rspec (1.4.0)
ruby-progressbar (1.7.5)
safe_yaml (1.0.4)
sanitize (6.0.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
slop (3.6.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.1)
unicode-display_width (1.0.2)
vcr (3.0.1)
webmock (1.24.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 1.10)
play_store_info!
pry (~> 0.10)
rake (~> 10.0)
rspec (~> 3.3)
rubocop (~> 0.35)
rubocop-rspec (~> 1.3)
vcr (~> 3.0)
webmock (~> 1.22)
BUNDLED WITH
1.17.3