Skip to content

Commit 1825fc9

Browse files
authored
Update activesupport for CVE (#74)
1 parent 00c9725 commit 1825fc9

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

Diff for: Gemfile.lock

+6-8
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,26 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activesupport (6.1.4.1)
10+
activesupport (7.0.4.3)
1111
concurrent-ruby (~> 1.0, >= 1.0.2)
1212
i18n (>= 1.6, < 2)
1313
minitest (>= 5.1)
1414
tzinfo (~> 2.0)
15-
zeitwerk (~> 2.3)
1615
ast (2.4.2)
1716
byebug (11.1.3)
1817
coderay (1.1.3)
19-
concurrent-ruby (1.1.9)
18+
concurrent-ruby (1.2.2)
2019
diff-lcs (1.4.4)
2120
ethon (0.15.0)
2221
ffi (>= 1.15.0)
2322
factory_bot (6.2.0)
2423
activesupport (>= 5.0.0)
2524
ffi (1.15.5)
26-
i18n (1.8.10)
25+
i18n (1.12.0)
2726
concurrent-ruby (~> 1.0)
2827
jaro_winkler (1.5.4)
2928
method_source (1.0.0)
30-
minitest (5.14.4)
29+
minitest (5.18.0)
3130
parallel (1.20.1)
3231
parser (3.0.2.0)
3332
ast (~> 2.4.1)
@@ -64,10 +63,9 @@ GEM
6463
ruby-progressbar (1.11.0)
6564
typhoeus (1.4.0)
6665
ethon (>= 0.9.0)
67-
tzinfo (2.0.4)
66+
tzinfo (2.0.6)
6867
concurrent-ruby (~> 1.0)
6968
unicode-display_width (1.5.0)
70-
zeitwerk (2.4.2)
7169

7270
PLATFORMS
7371
arm64-darwin-20
@@ -86,4 +84,4 @@ DEPENDENCIES
8684
rubocop (~> 0.66.0)
8785

8886
BUNDLED WITH
89-
2.2.22
87+
2.3.9

0 commit comments

Comments
 (0)