Skip to content

Commit e07a765

Browse files
committed
dev: update Gemfile.lock
1 parent 73bbd8d commit e07a765

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

Gemfile.lock

+26-26
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (2.0.23)
4+
tailwindcss-rails (2.0.24)
55
railties (>= 6.0.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionmailer (7.0.4.2)
11-
actionpack (= 7.0.4.2)
12-
actionview (= 7.0.4.2)
13-
activejob (= 7.0.4.2)
14-
activesupport (= 7.0.4.2)
10+
actionmailer (7.0.4.3)
11+
actionpack (= 7.0.4.3)
12+
actionview (= 7.0.4.3)
13+
activejob (= 7.0.4.3)
14+
activesupport (= 7.0.4.3)
1515
mail (~> 2.5, >= 2.5.4)
1616
net-imap
1717
net-pop
1818
net-smtp
1919
rails-dom-testing (~> 2.0)
20-
actionpack (7.0.4.2)
21-
actionview (= 7.0.4.2)
22-
activesupport (= 7.0.4.2)
20+
actionpack (7.0.4.3)
21+
actionview (= 7.0.4.3)
22+
activesupport (= 7.0.4.3)
2323
rack (~> 2.0, >= 2.2.0)
2424
rack-test (>= 0.6.3)
2525
rails-dom-testing (~> 2.0)
2626
rails-html-sanitizer (~> 1.0, >= 1.2.0)
27-
actionview (7.0.4.2)
28-
activesupport (= 7.0.4.2)
27+
actionview (7.0.4.3)
28+
activesupport (= 7.0.4.3)
2929
builder (~> 3.1)
3030
erubi (~> 1.4)
3131
rails-dom-testing (~> 2.0)
3232
rails-html-sanitizer (~> 1.1, >= 1.2.0)
33-
activejob (7.0.4.2)
34-
activesupport (= 7.0.4.2)
33+
activejob (7.0.4.3)
34+
activesupport (= 7.0.4.3)
3535
globalid (>= 0.3.6)
36-
activesupport (7.0.4.2)
36+
activesupport (7.0.4.3)
3737
concurrent-ruby (~> 1.0, >= 1.0.2)
3838
i18n (>= 1.6, < 2)
3939
minitest (>= 5.1)
4040
tzinfo (~> 2.0)
4141
builder (3.2.4)
42-
concurrent-ruby (1.2.0)
42+
concurrent-ruby (1.2.2)
4343
crass (1.0.6)
4444
date (3.3.3)
4545
debug (1.7.1)
@@ -59,7 +59,7 @@ GEM
5959
method_source (1.0.0)
6060
mini_mime (1.1.2)
6161
mini_portile2 (2.8.1)
62-
minitest (5.17.0)
62+
minitest (5.18.0)
6363
net-imap (0.3.4)
6464
date
6565
net-protocol
@@ -69,35 +69,35 @@ GEM
6969
timeout
7070
net-smtp (0.3.3)
7171
net-protocol
72-
nokogiri (1.14.1)
72+
nokogiri (1.14.2)
7373
mini_portile2 (~> 2.8.0)
7474
racc (~> 1.4)
75-
nokogiri (1.14.1-x86_64-darwin)
75+
nokogiri (1.14.2-x86_64-darwin)
7676
racc (~> 1.4)
77-
nokogiri (1.14.1-x86_64-linux)
77+
nokogiri (1.14.2-x86_64-linux)
7878
racc (~> 1.4)
7979
racc (1.6.2)
80-
rack (2.2.6.2)
80+
rack (2.2.6.4)
8181
rack-test (2.0.2)
8282
rack (>= 1.3)
8383
rails-dom-testing (2.0.3)
8484
activesupport (>= 4.2.0)
8585
nokogiri (>= 1.6)
8686
rails-html-sanitizer (1.5.0)
8787
loofah (~> 2.19, >= 2.19.1)
88-
railties (7.0.4.2)
89-
actionpack (= 7.0.4.2)
90-
activesupport (= 7.0.4.2)
88+
railties (7.0.4.3)
89+
actionpack (= 7.0.4.3)
90+
activesupport (= 7.0.4.3)
9191
method_source
9292
rake (>= 12.2)
9393
thor (~> 1.0)
9494
zeitwerk (~> 2.5)
9595
rake (13.0.6)
9696
thor (1.2.1)
97-
timeout (0.3.1)
97+
timeout (0.3.2)
9898
tzinfo (2.0.6)
9999
concurrent-ruby (~> 1.0)
100-
zeitwerk (2.6.6)
100+
zeitwerk (2.6.7)
101101

102102
PLATFORMS
103103
ruby
@@ -110,4 +110,4 @@ DEPENDENCIES
110110
tailwindcss-rails!
111111

112112
BUNDLED WITH
113-
2.3.14
113+
2.4.7

0 commit comments

Comments
 (0)