Skip to content

Commit ac4064f

Browse files
committed
Add standard
1 parent dfc006f commit ac4064f

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ source "https://rubygems.org"
55
# Specify your gem's dependencies in rails-diff.gemspec
66
gemspec
77

8+
gem "standard", "~> 1.0"
89
gem "rake", "~> 13.0"
910

1011
gem "rspec", "~> 3.0"

Gemfile.lock

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ GEM
8080
securerandom (>= 0.3)
8181
tzinfo (~> 2.0, >= 2.0.5)
8282
uri (>= 0.13.1)
83+
ast (2.4.3)
8384
base64 (0.2.0)
8485
benchmark (0.4.0)
8586
bigdecimal (3.1.9)
@@ -101,6 +102,9 @@ GEM
101102
pp (>= 0.6.0)
102103
rdoc (>= 4.0.0)
103104
reline (>= 0.4.2)
105+
json (2.12.2)
106+
language_server-protocol (3.17.0.5)
107+
lint_roller (1.1.0)
104108
logger (1.6.6)
105109
loofah (2.24.0)
106110
crass (~> 1.0.2)
@@ -129,9 +133,14 @@ GEM
129133
racc (~> 1.4)
130134
nokogiri (1.18.8-x86_64-darwin)
131135
racc (~> 1.4)
136+
parallel (1.27.0)
137+
parser (3.3.8.0)
138+
ast (~> 2.4.1)
139+
racc
132140
pp (0.6.2)
133141
prettyprint
134142
prettyprint (0.2.0)
143+
prism (1.4.0)
135144
psych (5.2.3)
136145
date
137146
stringio
@@ -173,9 +182,11 @@ GEM
173182
rake (>= 12.2)
174183
thor (~> 1.0, >= 1.2.2)
175184
zeitwerk (~> 2.6)
185+
rainbow (3.1.1)
176186
rake (13.2.1)
177187
rdoc (6.12.0)
178188
psych (>= 4.0.0)
189+
regexp_parser (2.10.0)
179190
reline (0.6.0)
180191
io-console (~> 0.5)
181192
rspec (3.13.0)
@@ -191,12 +202,46 @@ GEM
191202
diff-lcs (>= 1.2.0, < 2.0)
192203
rspec-support (~> 3.13.0)
193204
rspec-support (3.13.2)
205+
rubocop (1.75.8)
206+
json (~> 2.3)
207+
language_server-protocol (~> 3.17.0.2)
208+
lint_roller (~> 1.1.0)
209+
parallel (~> 1.10)
210+
parser (>= 3.3.0.2)
211+
rainbow (>= 2.2.2, < 4.0)
212+
regexp_parser (>= 2.9.3, < 3.0)
213+
rubocop-ast (>= 1.44.0, < 2.0)
214+
ruby-progressbar (~> 1.7)
215+
unicode-display_width (>= 2.4.0, < 4.0)
216+
rubocop-ast (1.45.1)
217+
parser (>= 3.3.7.2)
218+
prism (~> 1.4)
219+
rubocop-performance (1.25.0)
220+
lint_roller (~> 1.1)
221+
rubocop (>= 1.75.0, < 2.0)
222+
rubocop-ast (>= 1.38.0, < 2.0)
223+
ruby-progressbar (1.13.0)
194224
securerandom (0.4.1)
225+
standard (1.50.0)
226+
language_server-protocol (~> 3.17.0.2)
227+
lint_roller (~> 1.0)
228+
rubocop (~> 1.75.5)
229+
standard-custom (~> 1.0.0)
230+
standard-performance (~> 1.8)
231+
standard-custom (1.0.2)
232+
lint_roller (~> 1.0)
233+
rubocop (~> 1.50)
234+
standard-performance (1.8.0)
235+
lint_roller (~> 1.1)
236+
rubocop-performance (~> 1.25.0)
195237
stringio (3.1.4)
196238
thor (1.3.2)
197239
timeout (0.4.3)
198240
tzinfo (2.0.6)
199241
concurrent-ruby (~> 1.0)
242+
unicode-display_width (3.1.4)
243+
unicode-emoji (~> 4.0, >= 4.0.4)
244+
unicode-emoji (4.0.4)
200245
uri (1.0.3)
201246
useragent (0.16.11)
202247
websocket-driver (0.7.7)
@@ -213,6 +258,7 @@ DEPENDENCIES
213258
rails-diff!
214259
rake (~> 13.0)
215260
rspec (~> 3.0)
261+
standard (~> 1.0)
216262

217263
BUNDLED WITH
218264
2.6.2

0 commit comments

Comments
 (0)