Skip to content

Commit 23a5900

Browse files
committed
upgrade dependencies
1 parent d7f4364 commit 23a5900

2 files changed

Lines changed: 144 additions & 146 deletions

File tree

Gemfile.lock

Lines changed: 34 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionpack (7.0.2.3)
11-
actionview (= 7.0.2.3)
12-
activesupport (= 7.0.2.3)
10+
actionpack (7.0.4)
11+
actionview (= 7.0.4)
12+
activesupport (= 7.0.4)
1313
rack (~> 2.0, >= 2.2.0)
1414
rack-test (>= 0.6.3)
1515
rails-dom-testing (~> 2.0)
1616
rails-html-sanitizer (~> 1.0, >= 1.2.0)
17-
actionview (7.0.2.3)
18-
activesupport (= 7.0.2.3)
17+
actionview (7.0.4)
18+
activesupport (= 7.0.4)
1919
builder (~> 3.1)
2020
erubi (~> 1.4)
2121
rails-dom-testing (~> 2.0)
2222
rails-html-sanitizer (~> 1.1, >= 1.2.0)
23-
activesupport (7.0.2.3)
23+
activesupport (7.0.4)
2424
concurrent-ruby (~> 1.0, >= 1.0.2)
2525
i18n (>= 1.6, < 2)
2626
minitest (>= 5.1)
@@ -30,67 +30,69 @@ GEM
3030
coderay (1.1.3)
3131
concurrent-ruby (1.1.10)
3232
crass (1.0.6)
33-
erubi (1.10.0)
34-
i18n (1.10.0)
33+
erubi (1.11.0)
34+
i18n (1.12.0)
3535
concurrent-ruby (~> 1.0)
36-
loofah (2.16.0)
36+
json (2.6.2)
37+
loofah (2.19.0)
3738
crass (~> 1.0.2)
3839
nokogiri (>= 1.5.9)
3940
method_source (1.0.0)
4041
mini_portile2 (2.8.0)
41-
minitest (5.15.0)
42-
nokogiri (1.13.3)
42+
minitest (5.16.3)
43+
nokogiri (1.13.9)
4344
mini_portile2 (~> 2.8.0)
4445
racc (~> 1.4)
4546
parallel (1.22.1)
46-
parser (3.1.1.0)
47+
parser (3.1.2.1)
4748
ast (~> 2.4.1)
4849
pry (0.14.1)
4950
coderay (~> 1.1)
5051
method_source (~> 1.0)
5152
racc (1.6.0)
52-
rack (2.2.3)
53-
rack-test (1.1.0)
54-
rack (>= 1.0, < 3)
53+
rack (2.2.4)
54+
rack-test (2.0.2)
55+
rack (>= 1.3)
5556
rails-dom-testing (2.0.3)
5657
activesupport (>= 4.2.0)
5758
nokogiri (>= 1.6)
58-
rails-html-sanitizer (1.4.2)
59+
rails-html-sanitizer (1.4.3)
5960
loofah (~> 2.3)
60-
railties (7.0.2.3)
61-
actionpack (= 7.0.2.3)
62-
activesupport (= 7.0.2.3)
61+
railties (7.0.4)
62+
actionpack (= 7.0.4)
63+
activesupport (= 7.0.4)
6364
method_source
6465
rake (>= 12.2)
6566
thor (~> 1.0)
6667
zeitwerk (~> 2.5)
6768
rainbow (3.1.1)
6869
rake (13.0.6)
69-
regexp_parser (2.3.0)
70+
regexp_parser (2.6.0)
7071
rexml (3.2.5)
71-
rubocop (1.26.1)
72+
rubocop (1.35.1)
73+
json (~> 2.3)
7274
parallel (~> 1.10)
73-
parser (>= 3.1.0.0)
75+
parser (>= 3.1.2.1)
7476
rainbow (>= 2.2.2, < 4.0)
7577
regexp_parser (>= 1.8, < 3.0)
76-
rexml
77-
rubocop-ast (>= 1.16.0, < 2.0)
78+
rexml (>= 3.2.5, < 4.0)
79+
rubocop-ast (>= 1.20.1, < 2.0)
7880
ruby-progressbar (~> 1.7)
7981
unicode-display_width (>= 1.4.0, < 3.0)
80-
rubocop-ast (1.17.0)
82+
rubocop-ast (1.23.0)
8183
parser (>= 3.1.1.0)
82-
rubocop-performance (1.13.3)
84+
rubocop-performance (1.14.3)
8385
rubocop (>= 1.7.0, < 2.0)
8486
rubocop-ast (>= 0.4.0)
8587
ruby-progressbar (1.11.0)
86-
standard (1.9.1)
87-
rubocop (= 1.26.1)
88-
rubocop-performance (= 1.13.3)
88+
standard (1.16.1)
89+
rubocop (= 1.35.1)
90+
rubocop-performance (= 1.14.3)
8991
thor (1.2.1)
90-
tzinfo (2.0.4)
92+
tzinfo (2.0.5)
9193
concurrent-ruby (~> 1.0)
92-
unicode-display_width (2.1.0)
93-
zeitwerk (2.5.4)
94+
unicode-display_width (2.3.0)
95+
zeitwerk (2.6.6)
9496

9597
PLATFORMS
9698
ruby

0 commit comments

Comments
 (0)