Skip to content

Commit 3d3ffb4

Browse files
committed
Update Gemfile.lock with rubocop gems
1 parent 5022a6a commit 3d3ffb4

1 file changed

Lines changed: 40 additions & 1 deletion

File tree

Gemfile.lock

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,31 @@
11
PATH
22
remote: .
33
specs:
4-
ofx (0.3.3)
4+
ofx (0.4.4)
55
nokogiri (>= 1.16.3)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10+
ast (2.4.3)
1011
byebug (11.1.3)
1112
diff-lcs (1.5.1)
13+
json (2.19.4)
14+
language_server-protocol (3.17.0.5)
15+
lint_roller (1.1.0)
1216
mini_portile2 (2.8.5)
1317
nokogiri (1.16.3)
1418
mini_portile2 (~> 2.8.2)
1519
racc (~> 1.4)
20+
parallel (2.1.0)
21+
parser (3.3.11.1)
22+
ast (~> 2.4.1)
23+
racc
24+
prism (1.9.0)
1625
racc (1.7.3)
26+
rainbow (3.1.1)
1727
rake (13.2.1)
28+
regexp_parser (2.12.0)
1829
rspec (3.13.0)
1930
rspec-core (~> 3.13.0)
2031
rspec-expectations (~> 3.13.0)
@@ -28,6 +39,31 @@ GEM
2839
diff-lcs (>= 1.2.0, < 2.0)
2940
rspec-support (~> 3.13.0)
3041
rspec-support (3.13.1)
42+
rubocop (1.86.1)
43+
json (~> 2.3)
44+
language_server-protocol (~> 3.17.0.2)
45+
lint_roller (~> 1.1.0)
46+
parallel (>= 1.10)
47+
parser (>= 3.3.0.2)
48+
rainbow (>= 2.2.2, < 4.0)
49+
regexp_parser (>= 2.9.3, < 3.0)
50+
rubocop-ast (>= 1.49.0, < 2.0)
51+
ruby-progressbar (~> 1.7)
52+
unicode-display_width (>= 2.4.0, < 4.0)
53+
rubocop-ast (1.49.1)
54+
parser (>= 3.3.7.2)
55+
prism (~> 1.7)
56+
rubocop-performance (1.26.1)
57+
lint_roller (~> 1.1)
58+
rubocop (>= 1.75.0, < 2.0)
59+
rubocop-ast (>= 1.47.1, < 2.0)
60+
rubocop-rspec (3.9.0)
61+
lint_roller (~> 1.1)
62+
rubocop (~> 1.81)
63+
ruby-progressbar (1.13.0)
64+
unicode-display_width (3.2.0)
65+
unicode-emoji (~> 4.1)
66+
unicode-emoji (4.2.0)
3167

3268
PLATFORMS
3369
ruby
@@ -37,6 +73,9 @@ DEPENDENCIES
3773
ofx!
3874
rake (~> 13.2.1)
3975
rspec (~> 3.10)
76+
rubocop
77+
rubocop-performance
78+
rubocop-rspec
4079

4180
BUNDLED WITH
4281
2.5.6

0 commit comments

Comments
 (0)