36
36
bundler
37
37
rake
38
38
thor (>= 0.14.0 )
39
+ ast (2.4.2 )
39
40
babel-source (5.8.35 )
40
41
babel-transpiler (0.7.0 )
41
42
babel-source (>= 4.0 , < 6 )
92
93
actionview (>= 5.0.0 )
93
94
activesupport (>= 5.0.0 )
94
95
json (2.3.0 )
96
+ language_server-protocol (3.17.0.3 )
95
97
listen (3.0.8 )
96
98
rb-fsevent (~> 0.9 , >= 0.9.4 )
97
99
rb-inotify (~> 0.9 , >= 0.9.7 )
102
104
matrix (0.4.2 )
103
105
method_source (1.0.0 )
104
106
mini_mime (1.0.2 )
105
- mini_portile2 (2.8.5 )
106
107
minitest (5.17.0 )
107
108
nenv (0.3.0 )
108
- nokogiri (1.14.3 )
109
- mini_portile2 (~> 2.8.0 )
110
- racc (~> 1.4 )
111
109
nokogiri (1.14.3-x86_64-darwin )
112
110
racc (~> 1.4 )
113
111
nokogiri (1.14.3-x86_64-linux )
116
114
nenv (~> 0.1 )
117
115
shellany (~> 0.0 )
118
116
package_json (0.1.0 )
117
+ parallel (1.24.0 )
118
+ parser (3.3.0.5 )
119
+ ast (~> 2.4.1 )
120
+ racc
119
121
pry (0.14.2 )
120
122
coderay (~> 1.1 )
121
123
method_source (~> 1.0 )
@@ -138,12 +140,33 @@ GEM
138
140
method_source
139
141
rake (>= 0.8.7 )
140
142
thor (>= 0.20.3 , < 2.0 )
143
+ rainbow (3.1.1 )
141
144
rake (13.0.1 )
142
145
rb-fsevent (0.11.2 )
143
146
rb-inotify (0.10.1 )
144
147
ffi (~> 1.0 )
145
148
regexp_parser (2.6.0 )
146
149
rexml (3.2.5 )
150
+ rubocop (1.63.1 )
151
+ json (~> 2.3 )
152
+ language_server-protocol (>= 3.17.0 )
153
+ parallel (~> 1.10 )
154
+ parser (>= 3.3.0.2 )
155
+ rainbow (>= 2.2.2 , < 4.0 )
156
+ regexp_parser (>= 1.8 , < 3.0 )
157
+ rexml (>= 3.2.5 , < 4.0 )
158
+ rubocop-ast (>= 1.31.1 , < 2.0 )
159
+ ruby-progressbar (~> 1.7 )
160
+ unicode-display_width (>= 2.4.0 , < 3.0 )
161
+ rubocop-ast (1.31.2 )
162
+ parser (>= 3.3.0.4 )
163
+ rubocop-minitest (0.35.0 )
164
+ rubocop (>= 1.61 , < 2.0 )
165
+ rubocop-ast (>= 1.31.1 , < 2.0 )
166
+ rubocop-performance (1.21.0 )
167
+ rubocop (>= 1.48.1 , < 2.0 )
168
+ rubocop-ast (>= 1.31.1 , < 2.0 )
169
+ ruby-progressbar (1.13.0 )
147
170
rubyzip (2.3.2 )
148
171
selenium-webdriver (4.9.0 )
149
172
rexml (~> 3.2 , >= 3.2.5 )
@@ -161,13 +184,13 @@ GEM
161
184
tilt (2.1.0 )
162
185
tzinfo (1.2.10 )
163
186
thread_safe (~> 0.1 )
187
+ unicode-display_width (2.5.0 )
164
188
websocket (1.2.9 )
165
189
xpath (3.2.0 )
166
190
nokogiri (~> 1.8 )
167
191
zeitwerk (2.6.6 )
168
192
169
193
PLATFORMS
170
- ruby
171
194
x86_64-darwin-20
172
195
x86_64-linux
173
196
@@ -186,6 +209,9 @@ DEPENDENCIES
186
209
package_json
187
210
pry-byebug
188
211
react-rails !
212
+ rubocop
213
+ rubocop-minitest
214
+ rubocop-performance
189
215
selenium-webdriver
190
216
test-unit (~> 2.5 )
191
217
0 commit comments