Skip to content

Commit ff67efb

Browse files
chore(deps): update dependency importmap-rails to ">= 2.1.0"
1 parent 6cafbde commit ff67efb

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
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

+19-18
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ GEM
7575
addressable (2.8.7)
7676
public_suffix (>= 2.0.2, < 7.0)
7777
base64 (0.2.0)
78-
benchmark (0.3.0)
78+
benchmark (0.4.0)
7979
bigdecimal (3.1.8)
8080
bindex (0.8.1)
8181
bootsnap (1.18.4)
@@ -98,23 +98,23 @@ GEM
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)
104104
i18n (1.14.6)
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)
115115
actionview (>= 5.0.0)
116116
activesupport (>= 5.0.0)
117-
logger (1.6.1)
117+
logger (1.6.4)
118118
logstash-event (1.2.02)
119119
logstash-logger (0.26.1)
120120
logstash-event (~> 1.2)
@@ -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,10 +141,11 @@ 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.17.2-x86_64-linux)
145145
racc (~> 1.4)
146146
pg (1.5.9)
147-
psych (5.2.0)
147+
psych (5.2.2)
148+
date
148149
stringio
149150
public_suffix (6.0.1)
150151
puma (6.5.0)
@@ -155,7 +156,7 @@ GEM
155156
rack (>= 3.0.0)
156157
rack-test (2.1.0)
157158
rack (>= 1.3)
158-
rackup (2.2.0)
159+
rackup (2.2.1)
159160
rack (>= 3)
160161
rails (8.0.0)
161162
actioncable (= 8.0.0)
@@ -175,9 +176,9 @@ GEM
175176
activesupport (>= 5.0.0)
176177
minitest
177178
nokogiri (>= 1.6)
178-
rails-html-sanitizer (1.6.0)
179+
rails-html-sanitizer (1.6.2)
179180
loofah (~> 2.21)
180-
nokogiri (~> 1.14)
181+
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)
181182
railties (8.0.0)
182183
actionpack (= 8.0.0)
183184
activesupport (= 8.0.0)
@@ -187,14 +188,14 @@ GEM
187188
thor (~> 1.0, >= 1.2.2)
188189
zeitwerk (~> 2.6)
189190
rake (13.2.1)
190-
rdoc (6.7.0)
191+
rdoc (6.10.0)
191192
psych (>= 4.0.0)
192193
regexp_parser (2.9.2)
193-
reline (0.5.10)
194+
reline (0.6.0)
194195
io-console (~> 0.5)
195196
rexml (3.3.9)
196197
rubyzip (2.3.2)
197-
securerandom (0.3.1)
198+
securerandom (0.4.1)
198199
selenium-webdriver (4.25.0)
199200
base64 (~> 0.2)
200201
logger (~> 1.4)
@@ -220,8 +221,8 @@ GEM
220221
railties (>= 6.0.0)
221222
tzinfo (2.0.6)
222223
concurrent-ruby (~> 1.0)
223-
uri (1.0.0)
224-
useragent (0.16.10)
224+
uri (1.0.2)
225+
useragent (0.16.11)
225226
web-console (4.2.1)
226227
actionview (>= 6.0.0)
227228
activemodel (>= 6.0.0)
@@ -247,7 +248,7 @@ DEPENDENCIES
247248
bootsnap (>= 1.18.4)
248249
capybara (>= 3.40.0)
249250
debug (>= 1.9.2)
250-
importmap-rails (>= 2.0.3)
251+
importmap-rails (>= 2.1.0)
251252
jbuilder (>= 2.13)
252253
logstash-logger (>= 0.26.1)
253254
pg (>= 1.5.9)

0 commit comments

Comments
 (0)