Skip to content

Commit dfbe6dd

Browse files
Bump view_component from 4.0.2 to 4.1.1 (#3793)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brittany L. Houtz <55068883+llastflowers@users.noreply.github.com>
1 parent b34c7b9 commit dfbe6dd

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ gem "lookbook", "~> 2.3.13"
3939
if ENV["VIEW_COMPONENT_PATH"]
4040
gem "view_component", path: ENV["VIEW_COMPONENT_PATH"]
4141
else
42-
gem "view_component", "4.0.2"
42+
gem "view_component", "4.1.1"
4343
end
4444

4545
gem "kramdown", "~> 2.5"

Gemfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ GEM
5656
erubi (~> 1.4)
5757
parser (>= 2.4)
5858
smart_properties
59-
bigdecimal (3.2.3)
59+
bigdecimal (4.0.0)
6060
bootsnap (1.19.0)
6161
msgpack (~> 1.2)
6262
builder (3.3.0)
@@ -69,8 +69,8 @@ GEM
6969
rack-test (>= 0.6.3)
7070
regexp_parser (>= 1.5, < 3.0)
7171
xpath (~> 3.2)
72-
concurrent-ruby (1.3.5)
73-
connection_pool (2.5.4)
72+
concurrent-ruby (1.3.6)
73+
connection_pool (3.0.2)
7474
crack (1.0.0)
7575
bigdecimal
7676
rexml
@@ -143,7 +143,7 @@ GEM
143143
matrix (0.4.3)
144144
mini_mime (1.1.5)
145145
mini_portile2 (2.8.9)
146-
minitest (5.25.5)
146+
minitest (5.27.0)
147147
mocha (2.7.1)
148148
ruby2_keywords (>= 0.0.5)
149149
msgpack (1.8.0)
@@ -282,10 +282,11 @@ GEM
282282
unicode-display_width (3.2.0)
283283
unicode-emoji (~> 4.1)
284284
unicode-emoji (4.1.0)
285-
uri (1.0.3)
285+
uri (1.1.1)
286286
useragent (0.16.11)
287-
view_component (4.0.2)
288-
activesupport (>= 7.1.0, < 8.1)
287+
view_component (4.1.1)
288+
actionview (>= 7.1.0, < 8.2)
289+
activesupport (>= 7.1.0, < 8.2)
289290
concurrent-ruby (~> 1)
290291
vite_rails (3.0.19)
291292
railties (>= 5.1, < 9)
@@ -351,7 +352,7 @@ DEPENDENCIES
351352
sprockets-rails
352353
thor
353354
timecop
354-
view_component (= 4.0.2)
355+
view_component (= 4.1.1)
355356
vite_rails (~> 3.0)
356357
webmock
357358
yard (~> 0.9.37)

0 commit comments

Comments
 (0)