Skip to content

Commit 537d3aa

Browse files
Bump rails from 7.1.4.1 to 7.1.4.2
Bumps [rails](https://github.com/rails/rails) from 7.1.4.1 to 7.1.4.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.1.4.1...v7.1.4.2) --- updated-dependencies: - dependency-name: rails dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4dcb5c9 commit 537d3aa

File tree

1 file changed

+56
-56
lines changed

1 file changed

+56
-56
lines changed

Gemfile.lock

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -7,71 +7,71 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (7.1.4.1)
11-
actionpack (= 7.1.4.1)
12-
activesupport (= 7.1.4.1)
10+
actioncable (7.1.4.2)
11+
actionpack (= 7.1.4.2)
12+
activesupport (= 7.1.4.2)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
1515
zeitwerk (~> 2.6)
16-
actionmailbox (7.1.4.1)
17-
actionpack (= 7.1.4.1)
18-
activejob (= 7.1.4.1)
19-
activerecord (= 7.1.4.1)
20-
activestorage (= 7.1.4.1)
21-
activesupport (= 7.1.4.1)
16+
actionmailbox (7.1.4.2)
17+
actionpack (= 7.1.4.2)
18+
activejob (= 7.1.4.2)
19+
activerecord (= 7.1.4.2)
20+
activestorage (= 7.1.4.2)
21+
activesupport (= 7.1.4.2)
2222
mail (>= 2.7.1)
2323
net-imap
2424
net-pop
2525
net-smtp
26-
actionmailer (7.1.4.1)
27-
actionpack (= 7.1.4.1)
28-
actionview (= 7.1.4.1)
29-
activejob (= 7.1.4.1)
30-
activesupport (= 7.1.4.1)
26+
actionmailer (7.1.4.2)
27+
actionpack (= 7.1.4.2)
28+
actionview (= 7.1.4.2)
29+
activejob (= 7.1.4.2)
30+
activesupport (= 7.1.4.2)
3131
mail (~> 2.5, >= 2.5.4)
3232
net-imap
3333
net-pop
3434
net-smtp
3535
rails-dom-testing (~> 2.2)
36-
actionpack (7.1.4.1)
37-
actionview (= 7.1.4.1)
38-
activesupport (= 7.1.4.1)
36+
actionpack (7.1.4.2)
37+
actionview (= 7.1.4.2)
38+
activesupport (= 7.1.4.2)
3939
nokogiri (>= 1.8.5)
4040
racc
4141
rack (>= 2.2.4)
4242
rack-session (>= 1.0.1)
4343
rack-test (>= 0.6.3)
4444
rails-dom-testing (~> 2.2)
4545
rails-html-sanitizer (~> 1.6)
46-
actiontext (7.1.4.1)
47-
actionpack (= 7.1.4.1)
48-
activerecord (= 7.1.4.1)
49-
activestorage (= 7.1.4.1)
50-
activesupport (= 7.1.4.1)
46+
actiontext (7.1.4.2)
47+
actionpack (= 7.1.4.2)
48+
activerecord (= 7.1.4.2)
49+
activestorage (= 7.1.4.2)
50+
activesupport (= 7.1.4.2)
5151
globalid (>= 0.6.0)
5252
nokogiri (>= 1.8.5)
53-
actionview (7.1.4.1)
54-
activesupport (= 7.1.4.1)
53+
actionview (7.1.4.2)
54+
activesupport (= 7.1.4.2)
5555
builder (~> 3.1)
5656
erubi (~> 1.11)
5757
rails-dom-testing (~> 2.2)
5858
rails-html-sanitizer (~> 1.6)
59-
activejob (7.1.4.1)
60-
activesupport (= 7.1.4.1)
59+
activejob (7.1.4.2)
60+
activesupport (= 7.1.4.2)
6161
globalid (>= 0.3.6)
62-
activemodel (7.1.4.1)
63-
activesupport (= 7.1.4.1)
64-
activerecord (7.1.4.1)
65-
activemodel (= 7.1.4.1)
66-
activesupport (= 7.1.4.1)
62+
activemodel (7.1.4.2)
63+
activesupport (= 7.1.4.2)
64+
activerecord (7.1.4.2)
65+
activemodel (= 7.1.4.2)
66+
activesupport (= 7.1.4.2)
6767
timeout (>= 0.4.0)
68-
activestorage (7.1.4.1)
69-
actionpack (= 7.1.4.1)
70-
activejob (= 7.1.4.1)
71-
activerecord (= 7.1.4.1)
72-
activesupport (= 7.1.4.1)
68+
activestorage (7.1.4.2)
69+
actionpack (= 7.1.4.2)
70+
activejob (= 7.1.4.2)
71+
activerecord (= 7.1.4.2)
72+
activesupport (= 7.1.4.2)
7373
marcel (~> 1.0)
74-
activesupport (7.1.4.1)
74+
activesupport (7.1.4.2)
7575
base64
7676
bigdecimal
7777
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -110,7 +110,7 @@ GEM
110110
i18n (1.14.6)
111111
concurrent-ruby (~> 1.0)
112112
io-console (0.7.2)
113-
irb (1.14.0)
113+
irb (1.14.1)
114114
rdoc (>= 4.0.0)
115115
reline (>= 0.4.2)
116116
json (2.7.2)
@@ -124,7 +124,7 @@ GEM
124124
zeitwerk (~> 2.5)
125125
language_server-protocol (3.17.0.3)
126126
lint_roller (1.1.0)
127-
loofah (2.22.0)
127+
loofah (2.23.1)
128128
crass (~> 1.0.2)
129129
nokogiri (>= 1.12.0)
130130
mail (2.8.1)
@@ -139,7 +139,7 @@ GEM
139139
mini_portile2 (2.8.7)
140140
minitest (5.25.1)
141141
mutex_m (0.2.0)
142-
net-imap (0.4.16)
142+
net-imap (0.4.17)
143143
date
144144
net-protocol
145145
net-pop (0.1.2)
@@ -179,30 +179,30 @@ GEM
179179
rackup (2.1.0)
180180
rack (>= 3)
181181
webrick (~> 1.8)
182-
rails (7.1.4.1)
183-
actioncable (= 7.1.4.1)
184-
actionmailbox (= 7.1.4.1)
185-
actionmailer (= 7.1.4.1)
186-
actionpack (= 7.1.4.1)
187-
actiontext (= 7.1.4.1)
188-
actionview (= 7.1.4.1)
189-
activejob (= 7.1.4.1)
190-
activemodel (= 7.1.4.1)
191-
activerecord (= 7.1.4.1)
192-
activestorage (= 7.1.4.1)
193-
activesupport (= 7.1.4.1)
182+
rails (7.1.4.2)
183+
actioncable (= 7.1.4.2)
184+
actionmailbox (= 7.1.4.2)
185+
actionmailer (= 7.1.4.2)
186+
actionpack (= 7.1.4.2)
187+
actiontext (= 7.1.4.2)
188+
actionview (= 7.1.4.2)
189+
activejob (= 7.1.4.2)
190+
activemodel (= 7.1.4.2)
191+
activerecord (= 7.1.4.2)
192+
activestorage (= 7.1.4.2)
193+
activesupport (= 7.1.4.2)
194194
bundler (>= 1.15.0)
195-
railties (= 7.1.4.1)
195+
railties (= 7.1.4.2)
196196
rails-dom-testing (2.2.0)
197197
activesupport (>= 5.0.0)
198198
minitest
199199
nokogiri (>= 1.6)
200200
rails-html-sanitizer (1.6.0)
201201
loofah (~> 2.21)
202202
nokogiri (~> 1.14)
203-
railties (7.1.4.1)
204-
actionpack (= 7.1.4.1)
205-
activesupport (= 7.1.4.1)
203+
railties (7.1.4.2)
204+
actionpack (= 7.1.4.2)
205+
activesupport (= 7.1.4.2)
206206
irb
207207
rackup (>= 1.0.0)
208208
rake (>= 12.2)

0 commit comments

Comments
 (0)