Skip to content

Commit fade0b1

Browse files
committed
dev: re-bundle
1 parent b7a0a4e commit fade0b1

File tree

1 file changed

+22
-13
lines changed

1 file changed

+22
-13
lines changed

Gemfile.lock

+22-13
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ GEM
6060
erubi (1.13.0)
6161
globalid (1.2.1)
6262
activesupport (>= 6.1)
63-
i18n (1.14.5)
63+
i18n (1.14.6)
6464
concurrent-ruby (~> 1.0)
6565
io-console (0.7.2)
66-
irb (1.14.0)
66+
irb (1.14.1)
6767
rdoc (>= 4.0.0)
6868
reline (>= 0.4.2)
69-
logger (1.6.0)
69+
logger (1.6.1)
7070
loofah (2.22.0)
7171
crass (~> 1.0.2)
7272
nokogiri (>= 1.12.0)
@@ -76,9 +76,8 @@ GEM
7676
net-pop
7777
net-smtp
7878
mini_mime (1.1.5)
79-
mini_portile2 (2.8.7)
8079
minitest (5.25.1)
81-
net-imap (0.4.14)
80+
net-imap (0.4.16)
8281
date
8382
net-protocol
8483
net-pop (0.1.2)
@@ -87,11 +86,14 @@ GEM
8786
timeout
8887
net-smtp (0.5.0)
8988
net-protocol
90-
nokogiri (1.16.7)
91-
mini_portile2 (~> 2.8.2)
89+
nokogiri (1.16.7-aarch64-linux)
90+
racc (~> 1.4)
91+
nokogiri (1.16.7-arm-linux)
9292
racc (~> 1.4)
9393
nokogiri (1.16.7-arm64-darwin)
9494
racc (~> 1.4)
95+
nokogiri (1.16.7-x86-linux)
96+
racc (~> 1.4)
9597
nokogiri (1.16.7-x86_64-darwin)
9698
racc (~> 1.4)
9799
nokogiri (1.16.7-x86_64-linux)
@@ -125,22 +127,29 @@ GEM
125127
rake (13.2.1)
126128
rdoc (6.7.0)
127129
psych (>= 4.0.0)
128-
reline (0.5.9)
130+
reline (0.5.10)
129131
io-console (~> 0.5)
130132
securerandom (0.3.1)
131133
stringio (3.1.1)
132-
tailwindcss-ruby (0.1.0-x86_64-linux)
133-
thor (1.3.1)
134+
tailwindcss-ruby (3.4.13)
135+
tailwindcss-ruby (3.4.13-aarch64-linux)
136+
tailwindcss-ruby (3.4.13-arm-linux)
137+
tailwindcss-ruby (3.4.13-arm64-darwin)
138+
tailwindcss-ruby (3.4.13-x86_64-darwin)
139+
tailwindcss-ruby (3.4.13-x86_64-linux)
140+
thor (1.3.2)
134141
timeout (0.4.1)
135142
tzinfo (2.0.6)
136143
concurrent-ruby (~> 1.0)
137144
useragent (0.16.10)
138145
webrick (1.8.2)
139-
zeitwerk (2.6.17)
146+
zeitwerk (2.6.18)
140147

141148
PLATFORMS
149+
aarch64-linux
150+
arm-linux
142151
arm64-darwin
143-
ruby
152+
x86-linux
144153
x86_64-darwin
145154
x86_64-linux
146155

@@ -150,4 +159,4 @@ DEPENDENCIES
150159
tailwindcss-rails!
151160

152161
BUNDLED WITH
153-
2.5.4
162+
2.5.20

0 commit comments

Comments
 (0)