Skip to content

Commit 5dba198

Browse files
authored
Merge pull request rails#365 from rails/flavorjones-dep-bundle-update-20240519
dep: bundle update
2 parents 777191f + a4251cc commit 5dba198

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

Gemfile.lock

+30-30
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (2.5.0)
4+
tailwindcss-rails (2.6.0)
55
railties (>= 7.0.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionmailer (7.1.3.2)
11-
actionpack (= 7.1.3.2)
12-
actionview (= 7.1.3.2)
13-
activejob (= 7.1.3.2)
14-
activesupport (= 7.1.3.2)
10+
actionmailer (7.1.3.3)
11+
actionpack (= 7.1.3.3)
12+
actionview (= 7.1.3.3)
13+
activejob (= 7.1.3.3)
14+
activesupport (= 7.1.3.3)
1515
mail (~> 2.5, >= 2.5.4)
1616
net-imap
1717
net-pop
1818
net-smtp
1919
rails-dom-testing (~> 2.2)
20-
actionpack (7.1.3.2)
21-
actionview (= 7.1.3.2)
22-
activesupport (= 7.1.3.2)
20+
actionpack (7.1.3.3)
21+
actionview (= 7.1.3.3)
22+
activesupport (= 7.1.3.3)
2323
nokogiri (>= 1.8.5)
2424
racc
2525
rack (>= 2.2.4)
2626
rack-session (>= 1.0.1)
2727
rack-test (>= 0.6.3)
2828
rails-dom-testing (~> 2.2)
2929
rails-html-sanitizer (~> 1.6)
30-
actionview (7.1.3.2)
31-
activesupport (= 7.1.3.2)
30+
actionview (7.1.3.3)
31+
activesupport (= 7.1.3.3)
3232
builder (~> 3.1)
3333
erubi (~> 1.11)
3434
rails-dom-testing (~> 2.2)
3535
rails-html-sanitizer (~> 1.6)
36-
activejob (7.1.3.2)
37-
activesupport (= 7.1.3.2)
36+
activejob (7.1.3.3)
37+
activesupport (= 7.1.3.3)
3838
globalid (>= 0.3.6)
39-
activesupport (7.1.3.2)
39+
activesupport (7.1.3.3)
4040
base64
4141
bigdecimal
4242
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -47,7 +47,7 @@ GEM
4747
mutex_m
4848
tzinfo (~> 2.0)
4949
base64 (0.2.0)
50-
bigdecimal (3.1.7)
50+
bigdecimal (3.1.8)
5151
builder (3.2.4)
5252
concurrent-ruby (1.2.3)
5353
connection_pool (2.4.1)
@@ -60,11 +60,11 @@ GEM
6060
erubi (1.12.0)
6161
globalid (1.2.1)
6262
activesupport (>= 6.1)
63-
i18n (1.14.4)
63+
i18n (1.14.5)
6464
concurrent-ruby (~> 1.0)
6565
io-console (0.7.2)
66-
irb (1.12.0)
67-
rdoc
66+
irb (1.13.1)
67+
rdoc (>= 4.0.0)
6868
reline (>= 0.4.2)
6969
loofah (2.22.0)
7070
crass (~> 1.0.2)
@@ -76,29 +76,29 @@ GEM
7676
net-smtp
7777
mini_mime (1.1.5)
7878
mini_portile2 (2.8.6)
79-
minitest (5.22.3)
79+
minitest (5.23.0)
8080
mutex_m (0.2.0)
81-
net-imap (0.4.10)
81+
net-imap (0.4.11)
8282
date
8383
net-protocol
8484
net-pop (0.1.2)
8585
net-protocol (0.2.2)
8686
timeout
8787
net-smtp (0.5.0)
8888
net-protocol
89-
nokogiri (1.16.4)
89+
nokogiri (1.16.5)
9090
mini_portile2 (~> 2.8.2)
9191
racc (~> 1.4)
92-
nokogiri (1.16.4-arm64-darwin)
92+
nokogiri (1.16.5-arm64-darwin)
9393
racc (~> 1.4)
94-
nokogiri (1.16.4-x86_64-darwin)
94+
nokogiri (1.16.5-x86_64-darwin)
9595
racc (~> 1.4)
96-
nokogiri (1.16.4-x86_64-linux)
96+
nokogiri (1.16.5-x86_64-linux)
9797
racc (~> 1.4)
9898
psych (5.1.2)
9999
stringio
100100
racc (1.7.3)
101-
rack (3.0.10)
101+
rack (3.0.11)
102102
rack-session (2.0.0)
103103
rack (>= 3.0.0)
104104
rack-test (2.1.0)
@@ -113,9 +113,9 @@ GEM
113113
rails-html-sanitizer (1.6.0)
114114
loofah (~> 2.21)
115115
nokogiri (~> 1.14)
116-
railties (7.1.3.2)
117-
actionpack (= 7.1.3.2)
118-
activesupport (= 7.1.3.2)
116+
railties (7.1.3.3)
117+
actionpack (= 7.1.3.3)
118+
activesupport (= 7.1.3.3)
119119
irb
120120
rackup (>= 1.0.0)
121121
rake (>= 12.2)
@@ -124,15 +124,15 @@ GEM
124124
rake (13.2.1)
125125
rdoc (6.6.3.1)
126126
psych (>= 4.0.0)
127-
reline (0.5.4)
127+
reline (0.5.7)
128128
io-console (~> 0.5)
129129
stringio (3.1.0)
130130
thor (1.3.1)
131131
timeout (0.4.1)
132132
tzinfo (2.0.6)
133133
concurrent-ruby (~> 1.0)
134134
webrick (1.8.1)
135-
zeitwerk (2.6.13)
135+
zeitwerk (2.6.14)
136136

137137
PLATFORMS
138138
arm64-darwin

0 commit comments

Comments
 (0)