-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
99 lines (95 loc) · 2.22 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
PATH
remote: .
specs:
eztv_scraper (0.1.3)
httparty (~> 0.17.3)
json (~> 2.3.0)
nikkou (~> 0.0.5)
nokogiri (~> 1.10.8)
pastel (~> 0.7.3)
tty-font (~> 0.5.0)
tty-progressbar (~> 0.17.0)
tty-prompt (~> 0.20.0)
tty-spinner (~> 0.9.3)
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
byebug (11.1.1)
concurrent-ruby (1.1.6)
diff-lcs (1.3)
equatable (0.6.1)
httparty (0.17.3)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
json (2.3.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mini_portile2 (2.4.0)
minitest (5.14.0)
multi_xml (0.6.0)
necromancer (0.5.1)
nikkou (0.0.5)
activesupport
nokogiri
tzinfo
nokogiri (1.10.8-x64-mingw32)
mini_portile2 (~> 2.4.0)
pastel (0.7.3)
equatable (~> 0.6)
tty-color (~> 0.5)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
strings-ansi (0.1.0)
thread_safe (0.3.6)
tty-color (0.5.1)
tty-cursor (0.7.1)
tty-font (0.5.0)
tty-progressbar (0.17.0)
strings-ansi (~> 0.1.0)
tty-cursor (~> 0.7)
tty-screen (~> 0.7)
unicode-display_width (~> 1.6)
tty-prompt (0.20.0)
necromancer (~> 0.5.0)
pastel (~> 0.7.0)
tty-reader (~> 0.7.0)
tty-reader (0.7.0)
tty-cursor (~> 0.7)
tty-screen (~> 0.7)
wisper (~> 2.0.0)
tty-screen (0.7.1)
tty-spinner (0.9.3)
tty-cursor (~> 0.7)
tzinfo (1.2.6)
thread_safe (~> 0.1)
unicode-display_width (1.6.1)
wisper (2.0.1)
zeitwerk (2.2.2)
PLATFORMS
x64-mingw32
DEPENDENCIES
byebug (~> 11.1.1)
eztv_scraper!
rspec (~> 3.9.0)
BUNDLED WITH
2.1.4