Skip to content

Commit 29e12cb

Browse files
committed
Upgrade all development gems
1 parent c894a43 commit 29e12cb

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Gemfile.lock

+16-16
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionpack (6.1.4)
11-
actionview (= 6.1.4)
12-
activesupport (= 6.1.4)
10+
actionpack (6.1.4.1)
11+
actionview (= 6.1.4.1)
12+
activesupport (= 6.1.4.1)
1313
rack (~> 2.0, >= 2.0.9)
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.4)
18-
activesupport (= 6.1.4)
17+
actionview (6.1.4.1)
18+
activesupport (= 6.1.4.1)
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.4)
24-
activesupport (= 6.1.4)
25-
activesupport (6.1.4)
23+
activemodel (6.1.4.1)
24+
activesupport (= 6.1.4.1)
25+
activesupport (6.1.4.1)
2626
concurrent-ruby (~> 1.0, >= 1.0.2)
2727
i18n (>= 1.6, < 2)
2828
minitest (>= 5.1)
@@ -32,9 +32,9 @@ GEM
3232
concurrent-ruby (1.1.9)
3333
crass (1.0.6)
3434
erubi (1.10.0)
35-
i18n (1.8.10)
35+
i18n (1.8.11)
3636
concurrent-ruby (~> 1.0)
37-
loofah (2.10.0)
37+
loofah (2.12.0)
3838
crass (~> 1.0.2)
3939
nokogiri (>= 1.5.9)
4040
method_source (1.0.0)
@@ -43,26 +43,26 @@ GEM
4343
nokogiri (1.12.5)
4444
mini_portile2 (~> 2.6.1)
4545
racc (~> 1.4)
46-
racc (1.5.2)
46+
racc (1.6.0)
4747
rack (2.2.3)
4848
rack-test (1.1.0)
4949
rack (>= 1.0, < 3)
5050
rails-dom-testing (2.0.3)
5151
activesupport (>= 4.2.0)
5252
nokogiri (>= 1.6)
53-
rails-html-sanitizer (1.3.0)
53+
rails-html-sanitizer (1.4.2)
5454
loofah (~> 2.3)
55-
railties (6.1.4)
56-
actionpack (= 6.1.4)
57-
activesupport (= 6.1.4)
55+
railties (6.1.4.1)
56+
actionpack (= 6.1.4.1)
57+
activesupport (= 6.1.4.1)
5858
method_source
5959
rake (>= 0.13)
6060
thor (~> 1.0)
6161
rake (13.0.6)
6262
thor (1.1.0)
6363
tzinfo (2.0.4)
6464
concurrent-ruby (~> 1.0)
65-
zeitwerk (2.4.2)
65+
zeitwerk (2.5.1)
6666

6767
PLATFORMS
6868
ruby

0 commit comments

Comments
 (0)