Skip to content

Commit a1bf61c

Browse files
Bump actionpack from 7.1.3 to 7.1.3.2
--- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 402af0e commit a1bf61c

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

Gemfile.lock

+14-16
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionpack (7.1.3)
12-
actionview (= 7.1.3)
13-
activesupport (= 7.1.3)
11+
actionpack (7.1.3.2)
12+
actionview (= 7.1.3.2)
13+
activesupport (= 7.1.3.2)
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)
22-
activesupport (= 7.1.3)
21+
actionview (7.1.3.2)
22+
activesupport (= 7.1.3.2)
2323
builder (~> 3.1)
2424
erubi (~> 1.11)
2525
rails-dom-testing (~> 2.2)
2626
rails-html-sanitizer (~> 1.6)
27-
activesupport (7.1.3)
27+
activesupport (7.1.3.2)
2828
base64
2929
bigdecimal
3030
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -36,15 +36,14 @@ GEM
3636
tzinfo (~> 2.0)
3737
ast (2.4.2)
3838
base64 (0.2.0)
39-
bigdecimal (3.1.6)
39+
bigdecimal (3.1.7)
4040
builder (3.2.4)
4141
concurrent-ruby (1.2.3)
4242
connection_pool (2.4.1)
4343
crass (1.0.6)
44-
drb (2.2.0)
45-
ruby2_keywords
44+
drb (2.2.1)
4645
erubi (1.12.0)
47-
i18n (1.14.1)
46+
i18n (1.14.4)
4847
concurrent-ruby (~> 1.0)
4948
io-console (0.7.2)
5049
irb (1.11.2)
@@ -60,7 +59,7 @@ GEM
6059
minitest (5.22.2)
6160
mutex_m (0.2.0)
6261
nio4r (2.7.0)
63-
nokogiri (1.16.2)
62+
nokogiri (1.16.3)
6463
mini_portile2 (~> 2.8.2)
6564
racc (~> 1.4)
6665
parallel (1.24.0)
@@ -72,7 +71,7 @@ GEM
7271
puma (6.4.2)
7372
nio4r (~> 2.0)
7473
racc (1.7.3)
75-
rack (3.0.9)
74+
rack (3.0.10)
7675
rack-session (2.0.0)
7776
rack (>= 3.0.0)
7877
rack-test (2.1.0)
@@ -87,9 +86,9 @@ GEM
8786
rails-html-sanitizer (1.6.0)
8887
loofah (~> 2.21)
8988
nokogiri (~> 1.14)
90-
railties (7.1.3)
91-
actionpack (= 7.1.3)
92-
activesupport (= 7.1.3)
89+
railties (7.1.3.2)
90+
actionpack (= 7.1.3.2)
91+
activesupport (= 7.1.3.2)
9392
irb
9493
rackup (>= 1.0.0)
9594
rake (>= 12.2)
@@ -120,7 +119,6 @@ GEM
120119
rubocop (>= 1.48.1, < 2.0)
121120
rubocop-ast (>= 1.30.0, < 2.0)
122121
ruby-progressbar (1.13.0)
123-
ruby2_keywords (0.0.5)
124122
standard (1.33.0)
125123
language_server-protocol (~> 3.17.0.2)
126124
lint_roller (~> 1.0)

0 commit comments

Comments
 (0)