Skip to content

Commit a75e4b4

Browse files
authored
Merge pull request #374 from rails/flavorjones-dev-dev-update-20240605
dep: bundle update
2 parents 6a592b7 + 0ea974a commit a75e4b4

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

Gemfile.lock

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

77
GEM
88
remote: https://rubygems.org/
99
specs:
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)
10+
actionmailer (7.1.3.4)
11+
actionpack (= 7.1.3.4)
12+
actionview (= 7.1.3.4)
13+
activejob (= 7.1.3.4)
14+
activesupport (= 7.1.3.4)
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.3)
21-
actionview (= 7.1.3.3)
22-
activesupport (= 7.1.3.3)
20+
actionpack (7.1.3.4)
21+
actionview (= 7.1.3.4)
22+
activesupport (= 7.1.3.4)
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.3)
31-
activesupport (= 7.1.3.3)
30+
actionview (7.1.3.4)
31+
activesupport (= 7.1.3.4)
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.3)
37-
activesupport (= 7.1.3.3)
36+
activejob (7.1.3.4)
37+
activesupport (= 7.1.3.4)
3838
globalid (>= 0.3.6)
39-
activesupport (7.1.3.3)
39+
activesupport (7.1.3.4)
4040
base64
4141
bigdecimal
4242
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -49,7 +49,7 @@ GEM
4949
base64 (0.2.0)
5050
bigdecimal (3.1.8)
5151
builder (3.2.4)
52-
concurrent-ruby (1.2.3)
52+
concurrent-ruby (1.3.1)
5353
connection_pool (2.4.1)
5454
crass (1.0.6)
5555
date (3.3.4)
@@ -75,10 +75,10 @@ GEM
7575
net-pop
7676
net-smtp
7777
mini_mime (1.1.5)
78-
mini_portile2 (2.8.6)
79-
minitest (5.23.0)
78+
mini_portile2 (2.8.7)
79+
minitest (5.23.1)
8080
mutex_m (0.2.0)
81-
net-imap (0.4.11)
81+
net-imap (0.4.12)
8282
date
8383
net-protocol
8484
net-pop (0.1.2)
@@ -97,7 +97,7 @@ GEM
9797
racc (~> 1.4)
9898
psych (5.1.2)
9999
stringio
100-
racc (1.7.3)
100+
racc (1.8.0)
101101
rack (3.0.11)
102102
rack-session (2.0.0)
103103
rack (>= 3.0.0)
@@ -113,26 +113,26 @@ GEM
113113
rails-html-sanitizer (1.6.0)
114114
loofah (~> 2.21)
115115
nokogiri (~> 1.14)
116-
railties (7.1.3.3)
117-
actionpack (= 7.1.3.3)
118-
activesupport (= 7.1.3.3)
116+
railties (7.1.3.4)
117+
actionpack (= 7.1.3.4)
118+
activesupport (= 7.1.3.4)
119119
irb
120120
rackup (>= 1.0.0)
121121
rake (>= 12.2)
122122
thor (~> 1.0, >= 1.2.2)
123123
zeitwerk (~> 2.6)
124124
rake (13.2.1)
125-
rdoc (6.6.3.1)
125+
rdoc (6.7.0)
126126
psych (>= 4.0.0)
127-
reline (0.5.7)
127+
reline (0.5.8)
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.14)
135+
zeitwerk (2.6.15)
136136

137137
PLATFORMS
138138
arm64-darwin

0 commit comments

Comments
 (0)