Skip to content

Commit 0f7d0f7

Browse files
authored
Update dependencies for security alerts (#34)
1 parent 9afbd45 commit 0f7d0f7

File tree

2 files changed

+28
-25
lines changed

2 files changed

+28
-25
lines changed

Gemfile.lock

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
PATH
22
remote: .
33
specs:
4-
automatic_namespaces (0.5.3)
4+
automatic_namespaces (0.5.4)
55
activesupport
66
packs-rails
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
action_text-trix (2.1.15)
11+
action_text-trix (2.1.16)
1212
railties
1313
actioncable (8.1.1)
1414
actionpack (= 8.1.1)
@@ -91,7 +91,7 @@ GEM
9191
erubi (~> 1.4)
9292
parser (>= 2.4)
9393
smart_properties
94-
bigdecimal (3.3.1)
94+
bigdecimal (4.0.1)
9595
builder (3.3.0)
9696
code_ownership (2.0.0-arm64-darwin)
9797
code_teams (~> 1.0)
@@ -103,32 +103,33 @@ GEM
103103
sorbet-runtime (>= 0.5.11249)
104104
code_teams (1.1.0)
105105
sorbet-runtime
106-
concurrent-ruby (1.3.5)
107-
connection_pool (2.5.4)
106+
concurrent-ruby (1.3.6)
107+
connection_pool (3.0.2)
108108
constant_resolver (0.3.0)
109109
crass (1.0.6)
110-
date (3.5.0)
110+
date (3.5.1)
111111
debug (1.11.0)
112112
irb (~> 1.10)
113113
reline (>= 0.3.8)
114114
diff-lcs (1.6.2)
115115
drb (2.2.3)
116-
erb (5.1.3)
116+
erb (6.0.2)
117117
erubi (1.13.1)
118118
globalid (1.3.0)
119119
activesupport (>= 6.1)
120-
i18n (1.14.7)
120+
i18n (1.14.8)
121121
concurrent-ruby (~> 1.0)
122-
io-console (0.8.1)
123-
irb (1.15.3)
122+
io-console (0.8.2)
123+
irb (1.17.0)
124124
pp (>= 0.6.0)
125+
prism (>= 1.3.0)
125126
rdoc (>= 4.0.0)
126127
reline (>= 0.4.2)
127-
json (2.16.0)
128+
json (2.18.1)
128129
language_server-protocol (3.17.0.5)
129130
lint_roller (1.1.0)
130131
logger (1.7.0)
131-
loofah (2.24.1)
132+
loofah (2.25.0)
132133
crass (~> 1.0.2)
133134
nokogiri (>= 1.12.0)
134135
mail (2.9.0)
@@ -139,7 +140,9 @@ GEM
139140
net-smtp
140141
marcel (1.1.0)
141142
mini_mime (1.1.5)
142-
minitest (5.26.1)
143+
minitest (6.0.2)
144+
drb (~> 2.0)
145+
prism (~> 1.5)
143146
net-imap (0.5.12)
144147
date
145148
net-protocol
@@ -150,9 +153,9 @@ GEM
150153
net-smtp (0.5.1)
151154
net-protocol
152155
nio4r (2.7.5)
153-
nokogiri (1.18.10-arm64-darwin)
156+
nokogiri (1.19.1-arm64-darwin)
154157
racc (~> 1.4)
155-
nokogiri (1.18.10-x86_64-linux-gnu)
158+
nokogiri (1.19.1-x86_64-linux-gnu)
156159
racc (~> 1.4)
157160
packs (0.2.0)
158161
bigdecimal
@@ -194,17 +197,17 @@ GEM
194197
prettyprint
195198
prettyprint (0.2.0)
196199
prism (1.6.0)
197-
psych (5.2.6)
200+
psych (5.3.1)
198201
date
199202
stringio
200203
racc (1.8.1)
201-
rack (3.2.4)
204+
rack (3.2.5)
202205
rack-session (2.1.1)
203206
base64 (>= 0.1.0)
204207
rack (>= 3.0.0)
205208
rack-test (2.2.0)
206209
rack (>= 1.3)
207-
rackup (2.2.1)
210+
rackup (2.3.1)
208211
rack (>= 3)
209212
rails (8.1.1)
210213
actioncable (= 8.1.1)
@@ -224,8 +227,8 @@ GEM
224227
activesupport (>= 5.0.0)
225228
minitest
226229
nokogiri (>= 1.6)
227-
rails-html-sanitizer (1.6.2)
228-
loofah (~> 2.21)
230+
rails-html-sanitizer (1.7.0)
231+
loofah (~> 2.25)
229232
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)
230233
railties (8.1.1)
231234
actionpack (= 8.1.1)
@@ -238,7 +241,7 @@ GEM
238241
zeitwerk (~> 2.6)
239242
rainbow (3.1.1)
240243
rake (13.3.1)
241-
rdoc (6.15.1)
244+
rdoc (7.2.0)
242245
erb
243246
psych (>= 4.0.0)
244247
tsort
@@ -276,8 +279,8 @@ GEM
276279
securerandom (0.4.1)
277280
smart_properties (1.17.0)
278281
sorbet-runtime (0.6.12731)
279-
stringio (3.1.7)
280-
thor (1.4.0)
282+
stringio (3.2.0)
283+
thor (1.5.0)
281284
timeout (0.4.4)
282285
tsort (0.2.0)
283286
tty-color (0.6.0)
@@ -302,7 +305,7 @@ GEM
302305
websocket-extensions (>= 0.1.0)
303306
websocket-extensions (0.1.5)
304307
wisper (2.0.1)
305-
zeitwerk (2.7.3)
308+
zeitwerk (2.7.5)
306309

307310
PLATFORMS
308311
arm64-darwin-21
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module AutomaticNamespaces
4-
VERSION = "0.5.3"
4+
VERSION = "0.5.4"
55
end

0 commit comments

Comments
 (0)