Skip to content

Commit f208291

Browse files
authored
Merge pull request #313 from ilyakatz/dependabot/bundler/actionpack-7.1.3.4
2 parents 614ab83 + 44a330a commit f208291

File tree

1 file changed

+21
-23
lines changed

1 file changed

+21
-23
lines changed

Gemfile.lock

+21-23
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@ PATH
88
GEM
99
remote: http://rubygems.org/
1010
specs:
11-
actionpack (7.1.3.2)
12-
actionview (= 7.1.3.2)
13-
activesupport (= 7.1.3.2)
11+
actionpack (7.1.3.4)
12+
actionview (= 7.1.3.4)
13+
activesupport (= 7.1.3.4)
1414
nokogiri (>= 1.8.5)
1515
racc
1616
rack (>= 2.2.4)
1717
rack-session (>= 1.0.1)
1818
rack-test (>= 0.6.3)
1919
rails-dom-testing (~> 2.2)
2020
rails-html-sanitizer (~> 1.6)
21-
actionview (7.1.3.2)
22-
activesupport (= 7.1.3.2)
21+
actionview (7.1.3.4)
22+
activesupport (= 7.1.3.4)
2323
builder (~> 3.1)
2424
erubi (~> 1.11)
2525
rails-dom-testing (~> 2.2)
2626
rails-html-sanitizer (~> 1.6)
27-
activemodel (7.1.3.2)
28-
activesupport (= 7.1.3.2)
29-
activerecord (7.1.3.2)
30-
activemodel (= 7.1.3.2)
31-
activesupport (= 7.1.3.2)
27+
activemodel (7.1.3.4)
28+
activesupport (= 7.1.3.4)
29+
activerecord (7.1.3.4)
30+
activemodel (= 7.1.3.4)
31+
activesupport (= 7.1.3.4)
3232
timeout (>= 0.4.0)
33-
activesupport (7.1.3.2)
33+
activesupport (7.1.3.4)
3434
base64
3535
bigdecimal
3636
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -46,18 +46,17 @@ GEM
4646
thor (>= 0.14.0)
4747
ast (2.4.2)
4848
base64 (0.2.0)
49-
bigdecimal (3.1.6)
49+
bigdecimal (3.1.8)
5050
builder (3.2.4)
5151
childprocess (5.0.0)
5252
coderay (1.1.3)
53-
concurrent-ruby (1.2.3)
53+
concurrent-ruby (1.3.1)
5454
connection_pool (2.4.1)
5555
crass (1.0.6)
5656
diff-lcs (1.5.1)
57-
drb (2.2.0)
58-
ruby2_keywords
57+
drb (2.2.1)
5958
erubi (1.12.0)
60-
i18n (1.14.1)
59+
i18n (1.14.5)
6160
concurrent-ruby (~> 1.0)
6261
iniparse (1.5.0)
6362
io-console (0.7.2)
@@ -70,7 +69,7 @@ GEM
7069
crass (~> 1.0.2)
7170
nokogiri (>= 1.12.0)
7271
method_source (1.0.0)
73-
minitest (5.22.2)
72+
minitest (5.23.1)
7473
mutex_m (0.2.0)
7574
nokogiri (1.16.5-arm64-darwin)
7675
racc (~> 1.4)
@@ -89,8 +88,8 @@ GEM
8988
method_source (~> 1.0)
9089
psych (5.1.2)
9190
stringio
92-
racc (1.7.3)
93-
rack (3.0.9.1)
91+
racc (1.8.0)
92+
rack (3.0.11)
9493
rack-session (2.0.0)
9594
rack (>= 3.0.0)
9695
rack-test (2.1.0)
@@ -105,9 +104,9 @@ GEM
105104
rails-html-sanitizer (1.6.0)
106105
loofah (~> 2.21)
107106
nokogiri (~> 1.14)
108-
railties (7.1.3.2)
109-
actionpack (= 7.1.3.2)
110-
activesupport (= 7.1.3.2)
107+
railties (7.1.3.4)
108+
actionpack (= 7.1.3.4)
109+
activesupport (= 7.1.3.4)
111110
irb
112111
rackup (>= 1.0.0)
113112
rake (>= 12.2)
@@ -149,7 +148,6 @@ GEM
149148
rubocop-ast (1.30.0)
150149
parser (>= 3.2.1.0)
151150
ruby-progressbar (1.13.0)
152-
ruby2_keywords (0.0.5)
153151
sqlite3 (1.7.2-arm64-darwin)
154152
sqlite3 (1.7.2-x86_64-linux)
155153
stringio (3.1.0)

0 commit comments

Comments
 (0)