Skip to content

Commit 9a48d07

Browse files
chore(deps): update dependency importmap-rails to ">= 2.1.0"
1 parent c583652 commit 9a48d07

File tree

2 files changed

+29
-25
lines changed

2 files changed

+29
-25
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem "pg", ">= 1.5.9"
1818
gem "puma", ">= 6.5.0"
1919

2020
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
21-
gem "importmap-rails", ">= 2.0.3"
21+
gem "importmap-rails", ">= 2.1.0"
2222

2323
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
2424
gem "turbo-rails", ">= 2.0.11"

Gemfile.lock

+28-24
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ GEM
7575
addressable (2.8.7)
7676
public_suffix (>= 2.0.2, < 7.0)
7777
base64 (0.2.0)
78-
benchmark (0.3.0)
79-
bigdecimal (3.1.8)
78+
benchmark (0.4.0)
79+
bigdecimal (3.1.9)
8080
bindex (0.8.1)
8181
bootsnap (1.18.4)
8282
msgpack (~> 1.2)
@@ -90,25 +90,25 @@ GEM
9090
rack-test (>= 0.6.3)
9191
regexp_parser (>= 1.5, < 3.0)
9292
xpath (~> 3.2)
93-
concurrent-ruby (1.3.4)
94-
connection_pool (2.4.1)
93+
concurrent-ruby (1.3.5)
94+
connection_pool (2.5.0)
9595
crass (1.0.6)
9696
date (3.4.0)
9797
debug (1.9.2)
9898
irb (~> 1.10)
9999
reline (>= 0.3.8)
100100
drb (2.2.1)
101-
erubi (1.13.0)
101+
erubi (1.13.1)
102102
globalid (1.2.1)
103103
activesupport (>= 6.1)
104-
i18n (1.14.6)
104+
i18n (1.14.7)
105105
concurrent-ruby (~> 1.0)
106-
importmap-rails (2.0.3)
106+
importmap-rails (2.1.0)
107107
actionpack (>= 6.0.0)
108108
activesupport (>= 6.0.0)
109109
railties (>= 6.0.0)
110-
io-console (0.7.2)
111-
irb (1.14.1)
110+
io-console (0.8.0)
111+
irb (1.14.3)
112112
rdoc (>= 4.0.0)
113113
reline (>= 0.4.2)
114114
jbuilder (2.13.0)
@@ -118,7 +118,7 @@ GEM
118118
logstash-event (1.2.02)
119119
logstash-logger (0.26.1)
120120
logstash-event (~> 1.2)
121-
loofah (2.23.1)
121+
loofah (2.24.0)
122122
crass (~> 1.0.2)
123123
nokogiri (>= 1.12.0)
124124
mail (2.8.1)
@@ -129,7 +129,7 @@ GEM
129129
marcel (1.0.4)
130130
matrix (0.4.2)
131131
mini_mime (1.1.5)
132-
minitest (5.25.1)
132+
minitest (5.25.4)
133133
msgpack (1.7.3)
134134
net-imap (0.5.0)
135135
date
@@ -141,21 +141,25 @@ GEM
141141
net-smtp (0.5.0)
142142
net-protocol
143143
nio4r (2.7.4)
144-
nokogiri (1.16.7-x86_64-linux)
144+
nokogiri (1.18.2-x86_64-linux-gnu)
145+
racc (~> 1.4)
146+
nokogiri (1.18.2-x86_64-linux-musl)
145147
racc (~> 1.4)
146148
pg (1.5.9)
147-
psych (5.2.0)
149+
psych (5.2.3)
150+
date
148151
stringio
149152
public_suffix (6.0.1)
150153
puma (6.5.0)
151154
nio4r (~> 2.0)
152155
racc (1.8.1)
153156
rack (3.1.8)
154-
rack-session (2.0.0)
157+
rack-session (2.1.0)
158+
base64 (>= 0.1.0)
155159
rack (>= 3.0.0)
156-
rack-test (2.1.0)
160+
rack-test (2.2.0)
157161
rack (>= 1.3)
158-
rackup (2.2.0)
162+
rackup (2.2.1)
159163
rack (>= 3)
160164
rails (8.0.0)
161165
actioncable (= 8.0.0)
@@ -175,9 +179,9 @@ GEM
175179
activesupport (>= 5.0.0)
176180
minitest
177181
nokogiri (>= 1.6)
178-
rails-html-sanitizer (1.6.0)
182+
rails-html-sanitizer (1.6.2)
179183
loofah (~> 2.21)
180-
nokogiri (~> 1.14)
184+
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)
181185
railties (8.0.0)
182186
actionpack (= 8.0.0)
183187
activesupport (= 8.0.0)
@@ -187,14 +191,14 @@ GEM
187191
thor (~> 1.0, >= 1.2.2)
188192
zeitwerk (~> 2.6)
189193
rake (13.2.1)
190-
rdoc (6.7.0)
194+
rdoc (6.11.0)
191195
psych (>= 4.0.0)
192196
regexp_parser (2.9.2)
193-
reline (0.5.10)
197+
reline (0.6.0)
194198
io-console (~> 0.5)
195199
rexml (3.4.0)
196200
rubyzip (2.4.1)
197-
securerandom (0.3.1)
201+
securerandom (0.4.1)
198202
selenium-webdriver (4.28.0)
199203
base64 (~> 0.2)
200204
logger (~> 1.4)
@@ -220,8 +224,8 @@ GEM
220224
railties (>= 6.0.0)
221225
tzinfo (2.0.6)
222226
concurrent-ruby (~> 1.0)
223-
uri (1.0.0)
224-
useragent (0.16.10)
227+
uri (1.0.2)
228+
useragent (0.16.11)
225229
web-console (4.2.1)
226230
actionview (>= 6.0.0)
227231
activemodel (>= 6.0.0)
@@ -247,7 +251,7 @@ DEPENDENCIES
247251
bootsnap (>= 1.18.4)
248252
capybara (>= 3.40.0)
249253
debug (>= 1.9.2)
250-
importmap-rails (>= 2.0.3)
254+
importmap-rails (>= 2.1.0)
251255
jbuilder (>= 2.13)
252256
logstash-logger (>= 0.26.1)
253257
pg (>= 1.5.9)

0 commit comments

Comments
 (0)