Skip to content

Commit d4afb9d

Browse files
committed
dev: bundle update
1 parent 040e4dc commit d4afb9d

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

Gemfile.lock

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ GEM
5454
concurrent-ruby (1.3.4)
5555
connection_pool (2.4.1)
5656
crass (1.0.6)
57-
date (3.3.4)
57+
date (3.4.1)
5858
debug (1.9.2)
5959
irb (~> 1.10)
6060
reline (>= 0.3.8)
@@ -64,11 +64,11 @@ GEM
6464
activesupport (>= 6.1)
6565
i18n (1.14.6)
6666
concurrent-ruby (~> 1.0)
67-
io-console (0.7.2)
67+
io-console (0.8.0)
6868
irb (1.14.1)
6969
rdoc (>= 4.0.0)
7070
reline (>= 0.4.2)
71-
logger (1.6.1)
71+
logger (1.6.2)
7272
loofah (2.23.1)
7373
crass (~> 1.0.2)
7474
nokogiri (>= 1.12.0)
@@ -78,8 +78,8 @@ GEM
7878
net-pop
7979
net-smtp
8080
mini_mime (1.1.5)
81-
minitest (5.25.1)
82-
net-imap (0.5.0)
81+
minitest (5.25.2)
82+
net-imap (0.5.1)
8383
date
8484
net-protocol
8585
net-pop (0.1.2)
@@ -88,35 +88,36 @@ GEM
8888
timeout
8989
net-smtp (0.5.0)
9090
net-protocol
91-
nokogiri (1.16.7-aarch64-linux)
91+
nokogiri (1.16.8-aarch64-linux)
9292
racc (~> 1.4)
93-
nokogiri (1.16.7-arm-linux)
93+
nokogiri (1.16.8-arm-linux)
9494
racc (~> 1.4)
95-
nokogiri (1.16.7-arm64-darwin)
95+
nokogiri (1.16.8-arm64-darwin)
9696
racc (~> 1.4)
97-
nokogiri (1.16.7-x86-linux)
97+
nokogiri (1.16.8-x86-linux)
9898
racc (~> 1.4)
99-
nokogiri (1.16.7-x86_64-darwin)
99+
nokogiri (1.16.8-x86_64-darwin)
100100
racc (~> 1.4)
101-
nokogiri (1.16.7-x86_64-linux)
101+
nokogiri (1.16.8-x86_64-linux)
102102
racc (~> 1.4)
103-
psych (5.2.0)
103+
psych (5.2.1)
104+
date
104105
stringio
105106
racc (1.8.1)
106107
rack (3.1.8)
107108
rack-session (2.0.0)
108109
rack (>= 3.0.0)
109110
rack-test (2.1.0)
110111
rack (>= 1.3)
111-
rackup (2.2.0)
112+
rackup (2.2.1)
112113
rack (>= 3)
113114
rails-dom-testing (2.2.0)
114115
activesupport (>= 5.0.0)
115116
minitest
116117
nokogiri (>= 1.6)
117-
rails-html-sanitizer (1.6.0)
118+
rails-html-sanitizer (1.6.1)
118119
loofah (~> 2.21)
119-
nokogiri (~> 1.14)
120+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
120121
railties (8.0.0)
121122
actionpack (= 8.0.0)
122123
activesupport (= 8.0.0)
@@ -126,11 +127,11 @@ GEM
126127
thor (~> 1.0, >= 1.2.2)
127128
zeitwerk (~> 2.6)
128129
rake (13.2.1)
129-
rdoc (6.7.0)
130+
rdoc (6.8.1)
130131
psych (>= 4.0.0)
131-
reline (0.5.11)
132+
reline (0.5.12)
132133
io-console (~> 0.5)
133-
securerandom (0.3.2)
134+
securerandom (0.4.0)
134135
stringio (3.1.2)
135136
tailwindcss-ruby (3.4.15)
136137
tailwindcss-ruby (3.4.15-aarch64-linux)
@@ -139,10 +140,10 @@ GEM
139140
tailwindcss-ruby (3.4.15-x86_64-darwin)
140141
tailwindcss-ruby (3.4.15-x86_64-linux)
141142
thor (1.3.2)
142-
timeout (0.4.1)
143+
timeout (0.4.2)
143144
tzinfo (2.0.6)
144145
concurrent-ruby (~> 1.0)
145-
uri (1.0.1)
146+
uri (1.0.2)
146147
useragent (0.16.10)
147148
zeitwerk (2.7.1)
148149

@@ -160,4 +161,4 @@ DEPENDENCIES
160161
tailwindcss-rails!
161162

162163
BUNDLED WITH
163-
2.5.20
164+
2.5.23

0 commit comments

Comments
 (0)