Skip to content

Commit 07ee46d

Browse files
Bump actiontext from 7.1.3.1 to 7.1.3.4
Bumps [actiontext](https://github.com/rails/rails) from 7.1.3.1 to 7.1.3.4. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.4/actiontext/CHANGELOG.md) - [Commits](rails/rails@v7.1.3.1...v7.1.3.4) --- updated-dependencies: - dependency-name: actiontext dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 371ac2b commit 07ee46d

File tree

1 file changed

+60
-61
lines changed

1 file changed

+60
-61
lines changed

Gemfile.lock

+60-61
Original file line numberDiff line numberDiff line change
@@ -10,71 +10,71 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (7.1.3.1)
14-
actionpack (= 7.1.3.1)
15-
activesupport (= 7.1.3.1)
13+
actioncable (7.1.3.4)
14+
actionpack (= 7.1.3.4)
15+
activesupport (= 7.1.3.4)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
1818
zeitwerk (~> 2.6)
19-
actionmailbox (7.1.3.1)
20-
actionpack (= 7.1.3.1)
21-
activejob (= 7.1.3.1)
22-
activerecord (= 7.1.3.1)
23-
activestorage (= 7.1.3.1)
24-
activesupport (= 7.1.3.1)
19+
actionmailbox (7.1.3.4)
20+
actionpack (= 7.1.3.4)
21+
activejob (= 7.1.3.4)
22+
activerecord (= 7.1.3.4)
23+
activestorage (= 7.1.3.4)
24+
activesupport (= 7.1.3.4)
2525
mail (>= 2.7.1)
2626
net-imap
2727
net-pop
2828
net-smtp
29-
actionmailer (7.1.3.1)
30-
actionpack (= 7.1.3.1)
31-
actionview (= 7.1.3.1)
32-
activejob (= 7.1.3.1)
33-
activesupport (= 7.1.3.1)
29+
actionmailer (7.1.3.4)
30+
actionpack (= 7.1.3.4)
31+
actionview (= 7.1.3.4)
32+
activejob (= 7.1.3.4)
33+
activesupport (= 7.1.3.4)
3434
mail (~> 2.5, >= 2.5.4)
3535
net-imap
3636
net-pop
3737
net-smtp
3838
rails-dom-testing (~> 2.2)
39-
actionpack (7.1.3.1)
40-
actionview (= 7.1.3.1)
41-
activesupport (= 7.1.3.1)
39+
actionpack (7.1.3.4)
40+
actionview (= 7.1.3.4)
41+
activesupport (= 7.1.3.4)
4242
nokogiri (>= 1.8.5)
4343
racc
4444
rack (>= 2.2.4)
4545
rack-session (>= 1.0.1)
4646
rack-test (>= 0.6.3)
4747
rails-dom-testing (~> 2.2)
4848
rails-html-sanitizer (~> 1.6)
49-
actiontext (7.1.3.1)
50-
actionpack (= 7.1.3.1)
51-
activerecord (= 7.1.3.1)
52-
activestorage (= 7.1.3.1)
53-
activesupport (= 7.1.3.1)
49+
actiontext (7.1.3.4)
50+
actionpack (= 7.1.3.4)
51+
activerecord (= 7.1.3.4)
52+
activestorage (= 7.1.3.4)
53+
activesupport (= 7.1.3.4)
5454
globalid (>= 0.6.0)
5555
nokogiri (>= 1.8.5)
56-
actionview (7.1.3.1)
57-
activesupport (= 7.1.3.1)
56+
actionview (7.1.3.4)
57+
activesupport (= 7.1.3.4)
5858
builder (~> 3.1)
5959
erubi (~> 1.11)
6060
rails-dom-testing (~> 2.2)
6161
rails-html-sanitizer (~> 1.6)
62-
activejob (7.1.3.1)
63-
activesupport (= 7.1.3.1)
62+
activejob (7.1.3.4)
63+
activesupport (= 7.1.3.4)
6464
globalid (>= 0.3.6)
65-
activemodel (7.1.3.1)
66-
activesupport (= 7.1.3.1)
67-
activerecord (7.1.3.1)
68-
activemodel (= 7.1.3.1)
69-
activesupport (= 7.1.3.1)
65+
activemodel (7.1.3.4)
66+
activesupport (= 7.1.3.4)
67+
activerecord (7.1.3.4)
68+
activemodel (= 7.1.3.4)
69+
activesupport (= 7.1.3.4)
7070
timeout (>= 0.4.0)
71-
activestorage (7.1.3.1)
72-
actionpack (= 7.1.3.1)
73-
activejob (= 7.1.3.1)
74-
activerecord (= 7.1.3.1)
75-
activesupport (= 7.1.3.1)
71+
activestorage (7.1.3.4)
72+
actionpack (= 7.1.3.4)
73+
activejob (= 7.1.3.4)
74+
activerecord (= 7.1.3.4)
75+
activesupport (= 7.1.3.4)
7676
marcel (~> 1.0)
77-
activesupport (7.1.3.1)
77+
activesupport (7.1.3.4)
7878
base64
7979
bigdecimal
8080
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -91,23 +91,22 @@ GEM
9191
rake
9292
thor (>= 0.14.0)
9393
base64 (0.2.0)
94-
bigdecimal (3.1.6)
94+
bigdecimal (3.1.8)
9595
builder (3.2.4)
9696
coderay (1.1.3)
97-
concurrent-ruby (1.2.3)
97+
concurrent-ruby (1.3.1)
9898
connection_pool (2.4.1)
9999
crack (0.4.5)
100100
rexml
101101
crass (1.0.6)
102102
date (3.3.4)
103103
diff-lcs (1.5.0)
104-
drb (2.2.0)
105-
ruby2_keywords
104+
drb (2.2.1)
106105
erubi (1.12.0)
107106
globalid (1.2.1)
108107
activesupport (>= 6.1)
109108
hashdiff (1.1.0)
110-
i18n (1.14.1)
109+
i18n (1.14.5)
111110
concurrent-ruby (~> 1.0)
112111
io-console (0.7.2)
113112
irb (1.11.2)
@@ -121,10 +120,10 @@ GEM
121120
net-imap
122121
net-pop
123122
net-smtp
124-
marcel (1.0.2)
123+
marcel (1.0.4)
125124
method_source (1.0.0)
126125
mini_mime (1.1.5)
127-
minitest (5.22.2)
126+
minitest (5.23.1)
128127
multi_json (1.15.0)
129128
mustermann (3.0.0)
130129
ruby2_keywords (~> 0.0.1)
@@ -151,7 +150,7 @@ GEM
151150
psych (5.1.2)
152151
stringio
153152
public_suffix (5.0.4)
154-
racc (1.7.3)
153+
racc (1.8.0)
155154
rack (3.0.11)
156155
rack-protection (4.0.0)
157156
base64 (>= 0.1.0)
@@ -163,30 +162,30 @@ GEM
163162
rackup (2.1.0)
164163
rack (>= 3)
165164
webrick (~> 1.8)
166-
rails (7.1.3.1)
167-
actioncable (= 7.1.3.1)
168-
actionmailbox (= 7.1.3.1)
169-
actionmailer (= 7.1.3.1)
170-
actionpack (= 7.1.3.1)
171-
actiontext (= 7.1.3.1)
172-
actionview (= 7.1.3.1)
173-
activejob (= 7.1.3.1)
174-
activemodel (= 7.1.3.1)
175-
activerecord (= 7.1.3.1)
176-
activestorage (= 7.1.3.1)
177-
activesupport (= 7.1.3.1)
165+
rails (7.1.3.4)
166+
actioncable (= 7.1.3.4)
167+
actionmailbox (= 7.1.3.4)
168+
actionmailer (= 7.1.3.4)
169+
actionpack (= 7.1.3.4)
170+
actiontext (= 7.1.3.4)
171+
actionview (= 7.1.3.4)
172+
activejob (= 7.1.3.4)
173+
activemodel (= 7.1.3.4)
174+
activerecord (= 7.1.3.4)
175+
activestorage (= 7.1.3.4)
176+
activesupport (= 7.1.3.4)
178177
bundler (>= 1.15.0)
179-
railties (= 7.1.3.1)
178+
railties (= 7.1.3.4)
180179
rails-dom-testing (2.2.0)
181180
activesupport (>= 5.0.0)
182181
minitest
183182
nokogiri (>= 1.6)
184183
rails-html-sanitizer (1.6.0)
185184
loofah (~> 2.21)
186185
nokogiri (~> 1.14)
187-
railties (7.1.3.1)
188-
actionpack (= 7.1.3.1)
189-
activesupport (= 7.1.3.1)
186+
railties (7.1.3.4)
187+
actionpack (= 7.1.3.4)
188+
activesupport (= 7.1.3.4)
190189
irb
191190
rackup (>= 1.0.0)
192191
rake (>= 12.2)

0 commit comments

Comments
 (0)