Skip to content

Commit bda6bac

Browse files
dependabot[bot]liuliu-devCopilotjonrohan
authored
Bump view_component from 4.1.1 to 4.5.0 (#3971)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: LiuLiu <liuliu-dev@github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: jonrohan <54012+jonrohan@users.noreply.github.com>
1 parent 19440c2 commit bda6bac

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ source "https://rubygems.org"
55
gemspec
66
rails_version = (ENV["RAILS_VERSION"] || "8.0.2").to_s
77

8+
gem "minitest", "~> 5.0"
89
gem "rack-cors"
910
gem "rake", "~> 13.3"
1011

@@ -39,7 +40,7 @@ gem "lookbook", "~> 2.3.14"
3940
if ENV["VIEW_COMPONENT_PATH"]
4041
gem "view_component", path: ENV["VIEW_COMPONENT_PATH"]
4142
else
42-
gem "view_component", "4.1.1"
43+
gem "view_component", "4.5.0"
4344
end
4445

4546
gem "kramdown", "~> 2.5"

Gemfile.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ GEM
126126
rb-fsevent (~> 0.10, >= 0.10.3)
127127
rb-inotify (~> 0.9, >= 0.9.10)
128128
logger (1.7.0)
129-
loofah (2.24.1)
129+
loofah (2.25.0)
130130
crass (~> 1.0.2)
131131
nokogiri (>= 1.12.0)
132132
lookbook (2.3.14)
@@ -145,7 +145,7 @@ GEM
145145
matrix (0.4.3)
146146
mini_mime (1.1.5)
147147
mini_portile2 (2.8.9)
148-
minitest (5.26.2)
148+
minitest (5.27.0)
149149
mocha (3.0.2)
150150
ruby2_keywords (>= 0.0.5)
151151
msgpack (1.8.0)
@@ -189,8 +189,8 @@ GEM
189189
activesupport (>= 5.0.0)
190190
minitest
191191
nokogiri (>= 1.6)
192-
rails-html-sanitizer (1.6.2)
193-
loofah (~> 2.21)
192+
rails-html-sanitizer (1.7.0)
193+
loofah (~> 2.25)
194194
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)
195195
railties (8.0.2)
196196
actionpack (= 8.0.2)
@@ -288,9 +288,9 @@ GEM
288288
unicode-emoji (4.2.0)
289289
uri (1.1.1)
290290
useragent (0.16.11)
291-
view_component (4.1.1)
292-
actionview (>= 7.1.0, < 8.2)
293-
activesupport (>= 7.1.0, < 8.2)
291+
view_component (4.5.0)
292+
actionview (>= 7.1.0)
293+
activesupport (>= 7.1.0)
294294
concurrent-ruby (~> 1)
295295
vite_rails (3.0.19)
296296
railties (>= 5.1, < 9)
@@ -337,6 +337,7 @@ DEPENDENCIES
337337
listen (~> 3.10)
338338
lookbook (~> 2.3.14)
339339
matrix (~> 0.4.3)
340+
minitest (~> 5.0)
340341
mocha
341342
primer_view_components!
342343
puma (~> 7.1.0)
@@ -356,10 +357,10 @@ DEPENDENCIES
356357
sprockets-rails
357358
thor
358359
timecop
359-
view_component (= 4.1.1)
360+
view_component (= 4.5.0)
360361
vite_rails (~> 3.0)
361362
webmock
362363
yard (~> 0.9.38)
363364

364365
BUNDLED WITH
365-
2.5.5
366+
2.6.9

0 commit comments

Comments
 (0)