-
Notifications
You must be signed in to change notification settings - Fork 11
/
Gemfile.lock
103 lines (99 loc) · 2.15 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
PATH
remote: .
specs:
zendesk_apps_support (4.41.0)
erubis
i18n (>= 1.7.1)
image_size (~> 2.0.2)
ipaddress_2 (~> 0.13.0)
json
loofah (>= 2.3.1, <= 2.22.0)
marcel
nokogiri
rb-inotify (= 0.9.10)
sass
sassc
GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
bump (0.5.4)
byebug (9.0.6)
concurrent-ruby (1.2.2)
crass (1.0.6)
diff-lcs (1.5.0)
erubis (2.7.0)
faker (3.2.0)
i18n (>= 1.8.11, < 2)
ffi (1.15.5)
i18n (1.13.0)
concurrent-ruby (~> 1.0)
image_size (2.0.2)
ipaddress_2 (0.13.0)
json (2.6.3)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
marcel (1.0.2)
mini_portile2 (2.8.2)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
parallel (1.12.1)
parser (3.0.2.0)
ast (~> 2.4.1)
racc (1.6.2)
rainbow (3.0.0)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
regexp_parser (2.1.1)
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.20.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.9.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.11.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.4.0)
ffi (~> 1.9)
unicode-display_width (2.0.0)
PLATFORMS
ruby
DEPENDENCIES
bump (~> 0.5.1)
bundler (~> 2.2)
byebug (~> 9.0.6)
faker
parallel (= 1.12.1)
rake
rspec
rubocop
zendesk_apps_support!
BUNDLED WITH
2.4.12