Skip to content

Commit 7b9183a

Browse files
committed
Upgrade development dependencies
1 parent c54333f commit 7b9183a

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

Gemfile.lock

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,28 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionpack (6.1.7.1)
11-
actionview (= 6.1.7.1)
12-
activesupport (= 6.1.7.1)
13-
rack (~> 2.0, >= 2.0.9)
10+
actionpack (7.0.4.2)
11+
actionview (= 7.0.4.2)
12+
activesupport (= 7.0.4.2)
13+
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 (6.1.7.1)
18-
activesupport (= 6.1.7.1)
17+
actionview (7.0.4.2)
18+
activesupport (= 7.0.4.2)
1919
builder (~> 3.1)
2020
erubi (~> 1.4)
2121
rails-dom-testing (~> 2.0)
2222
rails-html-sanitizer (~> 1.1, >= 1.2.0)
23-
activemodel (6.1.7.1)
24-
activesupport (= 6.1.7.1)
25-
activesupport (6.1.7.1)
23+
activemodel (7.0.4.2)
24+
activesupport (= 7.0.4.2)
25+
activesupport (7.0.4.2)
2626
concurrent-ruby (~> 1.0, >= 1.0.2)
2727
i18n (>= 1.6, < 2)
2828
minitest (>= 5.1)
2929
tzinfo (~> 2.0)
30-
zeitwerk (~> 2.3)
3130
builder (3.2.4)
32-
concurrent-ruby (1.1.10)
31+
concurrent-ruby (1.2.0)
3332
crass (1.0.6)
3433
erubi (1.12.0)
3534
i18n (1.12.0)
@@ -38,24 +37,27 @@ GEM
3837
crass (~> 1.0.2)
3938
nokogiri (>= 1.5.9)
4039
method_source (1.0.0)
41-
mini_portile (0.6.2)
42-
minitest (5.15.0)
43-
nokogiri (1.6.6.4)
44-
mini_portile (~> 0.6.0)
40+
mini_portile2 (2.8.1)
41+
minitest (5.17.0)
42+
nokogiri (1.14.0)
43+
mini_portile2 (~> 2.8.0)
44+
racc (~> 1.4)
45+
racc (1.6.2)
4546
rack (2.2.6.2)
4647
rack-test (2.0.2)
4748
rack (>= 1.3)
4849
rails-dom-testing (2.0.3)
4950
activesupport (>= 4.2.0)
5051
nokogiri (>= 1.6)
51-
rails-html-sanitizer (1.4.4)
52+
rails-html-sanitizer (1.5.0)
5253
loofah (~> 2.19, >= 2.19.1)
53-
railties (6.1.7.1)
54-
actionpack (= 6.1.7.1)
55-
activesupport (= 6.1.7.1)
54+
railties (7.0.4.2)
55+
actionpack (= 7.0.4.2)
56+
activesupport (= 7.0.4.2)
5657
method_source
5758
rake (>= 12.2)
5859
thor (~> 1.0)
60+
zeitwerk (~> 2.5)
5961
rake (13.0.6)
6062
thor (1.2.1)
6163
tzinfo (2.0.5)

0 commit comments

Comments
 (0)