Skip to content

Commit fa1a208

Browse files
committed
Bump development Gems to shush Dependabot warnings
1 parent d11407d commit fa1a208

File tree

1 file changed

+36
-35
lines changed

1 file changed

+36
-35
lines changed

Gemfile.lock

+36-35
Original file line numberDiff line numberDiff line change
@@ -7,61 +7,62 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionpack (5.2.2)
11-
actionview (= 5.2.2)
12-
activesupport (= 5.2.2)
13-
rack (~> 2.0)
10+
actionpack (6.1.4)
11+
actionview (= 6.1.4)
12+
activesupport (= 6.1.4)
13+
rack (~> 2.0, >= 2.0.9)
1414
rack-test (>= 0.6.3)
1515
rails-dom-testing (~> 2.0)
16-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
17-
actionview (5.2.2)
18-
activesupport (= 5.2.2)
16+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
17+
actionview (6.1.4)
18+
activesupport (= 6.1.4)
1919
builder (~> 3.1)
2020
erubi (~> 1.4)
2121
rails-dom-testing (~> 2.0)
22-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
23-
activemodel (5.2.2)
24-
activesupport (= 5.2.2)
25-
activesupport (5.2.2)
22+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
23+
activemodel (6.1.4)
24+
activesupport (= 6.1.4)
25+
activesupport (6.1.4)
2626
concurrent-ruby (~> 1.0, >= 1.0.2)
27-
i18n (>= 0.7, < 2)
28-
minitest (~> 5.1)
29-
tzinfo (~> 1.1)
30-
builder (3.2.3)
31-
concurrent-ruby (1.1.4)
32-
crass (1.0.5)
33-
erubi (1.8.0)
34-
i18n (1.5.1)
27+
i18n (>= 1.6, < 2)
28+
minitest (>= 5.1)
29+
tzinfo (~> 2.0)
30+
zeitwerk (~> 2.3)
31+
builder (3.2.4)
32+
concurrent-ruby (1.1.9)
33+
crass (1.0.6)
34+
erubi (1.10.0)
35+
i18n (1.8.10)
3536
concurrent-ruby (~> 1.0)
36-
loofah (2.3.1)
37+
loofah (2.10.0)
3738
crass (~> 1.0.2)
3839
nokogiri (>= 1.5.9)
39-
method_source (0.9.2)
40+
method_source (1.0.0)
4041
mini_portile2 (2.5.3)
41-
minitest (5.11.3)
42+
minitest (5.14.4)
4243
nokogiri (1.11.7)
4344
mini_portile2 (~> 2.5.0)
4445
racc (~> 1.4)
4546
racc (1.5.2)
46-
rack (2.1.4)
47+
rack (2.2.3)
4748
rack-test (1.1.0)
4849
rack (>= 1.0, < 3)
4950
rails-dom-testing (2.0.3)
5051
activesupport (>= 4.2.0)
5152
nokogiri (>= 1.6)
52-
rails-html-sanitizer (1.0.4)
53-
loofah (~> 2.2, >= 2.2.2)
54-
railties (5.2.2)
55-
actionpack (= 5.2.2)
56-
activesupport (= 5.2.2)
53+
rails-html-sanitizer (1.3.0)
54+
loofah (~> 2.3)
55+
railties (6.1.4)
56+
actionpack (= 6.1.4)
57+
activesupport (= 6.1.4)
5758
method_source
58-
rake (>= 0.8.7)
59-
thor (>= 0.19.0, < 2.0)
60-
rake (12.3.3)
61-
thor (0.20.3)
62-
thread_safe (0.3.6)
63-
tzinfo (1.2.5)
64-
thread_safe (~> 0.1)
59+
rake (>= 0.13)
60+
thor (~> 1.0)
61+
rake (13.0.6)
62+
thor (1.1.0)
63+
tzinfo (2.0.4)
64+
concurrent-ruby (~> 1.0)
65+
zeitwerk (2.4.2)
6566

6667
PLATFORMS
6768
ruby

0 commit comments

Comments
 (0)