-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
62 lines (59 loc) · 1.29 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
GEM
remote: https://rubygems.org/
specs:
artii (2.1.2)
colorize (0.8.1)
concurrent-ruby (1.1.9)
diff-lcs (1.4.4)
faker (2.19.0)
i18n (>= 1.6, < 2)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
pastel (0.8.0)
tty-color (~> 0.5)
rainbow (3.0.0)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.3)
strings-ansi (0.2.0)
tty-color (0.6.0)
tty-cursor (0.7.1)
tty-font (0.5.0)
tty-progressbar (0.18.2)
strings-ansi (~> 0.2)
tty-cursor (~> 0.7)
tty-screen (~> 0.8)
unicode-display_width (>= 1.6, < 3.0)
tty-prompt (0.23.1)
pastel (~> 0.8)
tty-reader (~> 0.8)
tty-reader (0.9.0)
tty-cursor (~> 0.7)
tty-screen (~> 0.8)
wisper (~> 2.0)
tty-screen (0.8.1)
unicode-display_width (2.1.0)
wisper (2.0.1)
PLATFORMS
x86_64-linux
DEPENDENCIES
artii
colorize
faker
rainbow
rspec (~> 3.10)
tty-font
tty-progressbar
tty-prompt
BUNDLED WITH
2.2.32