Skip to content

Commit 8ff393a

Browse files
committed
Update Gemfile
1 parent 5dd3f76 commit 8ff393a

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'minitest', '5.25.1'
6-
gem 'rubocop', '1.65.0'
7-
gem 'rubocop-minitest', '0.35.1'
8-
gem 'rubocop-performance', '1.21.1'
5+
gem 'minitest', '5.25.4'
6+
gem 'rubocop', '1.71.0'
7+
gem 'rubocop-minitest', '0.36.0'
8+
gem 'rubocop-performance', '1.23.1'

Gemfile.lock

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,30 @@ GEM
44
ast (2.4.2)
55
json (2.9.1)
66
language_server-protocol (3.17.0.3)
7-
minitest (5.25.1)
7+
minitest (5.25.4)
88
parallel (1.26.3)
99
parser (3.3.7.0)
1010
ast (~> 2.4.1)
1111
racc
1212
racc (1.8.1)
1313
rainbow (3.1.1)
1414
regexp_parser (2.10.0)
15-
rexml (3.4.0)
16-
rubocop (1.65.0)
15+
rubocop (1.71.0)
1716
json (~> 2.3)
1817
language_server-protocol (>= 3.17.0)
1918
parallel (~> 1.10)
2019
parser (>= 3.3.0.2)
2120
rainbow (>= 2.2.2, < 4.0)
22-
regexp_parser (>= 2.4, < 3.0)
23-
rexml (>= 3.2.5, < 4.0)
24-
rubocop-ast (>= 1.31.1, < 2.0)
21+
regexp_parser (>= 2.9.3, < 3.0)
22+
rubocop-ast (>= 1.36.2, < 2.0)
2523
ruby-progressbar (~> 1.7)
26-
unicode-display_width (>= 2.4.0, < 3.0)
24+
unicode-display_width (>= 2.4.0, < 4.0)
2725
rubocop-ast (1.37.0)
2826
parser (>= 3.3.1.0)
29-
rubocop-minitest (0.35.1)
27+
rubocop-minitest (0.36.0)
3028
rubocop (>= 1.61, < 2.0)
3129
rubocop-ast (>= 1.31.1, < 2.0)
32-
rubocop-performance (1.21.1)
30+
rubocop-performance (1.23.1)
3331
rubocop (>= 1.48.1, < 2.0)
3432
rubocop-ast (>= 1.31.1, < 2.0)
3533
ruby-progressbar (1.13.0)
@@ -40,10 +38,10 @@ PLATFORMS
4038
ruby
4139

4240
DEPENDENCIES
43-
minitest (= 5.25.1)
44-
rubocop (= 1.65.0)
45-
rubocop-minitest (= 0.35.1)
46-
rubocop-performance (= 1.21.1)
41+
minitest (= 5.25.4)
42+
rubocop (= 1.71.0)
43+
rubocop-minitest (= 0.36.0)
44+
rubocop-performance (= 1.23.1)
4745

4846
BUNDLED WITH
4947
2.6.2

0 commit comments

Comments
 (0)