Skip to content

Commit cec4263

Browse files
Bump the production-dependencies group across 1 directory with 2 updates
Bumps the production-dependencies group with 2 updates in the / directory: [lookbook](https://github.com/lookbook-hq/lookbook) and [view_component](https://github.com/viewcomponent/view_component). Updates `lookbook` from 2.3.12 to 2.3.13 - [Release notes](https://github.com/lookbook-hq/lookbook/releases) - [Commits](lookbook-hq/lookbook@v2.3.12...v2.3.13) Updates `view_component` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/viewcomponent/view_component/releases) - [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md) - [Commits](ViewComponent/view_component@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: lookbook dependency-version: 2.3.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: view_component dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26e255b commit cec4263

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ gem "puma", "~> 6.6.1"
3333
# Reduces boot times through caching; required in config/boot.rb
3434
gem "bootsnap", ">= 1.4.2", require: false
3535

36-
gem "lookbook", "~> 2.3.12"
36+
gem "lookbook", "~> 2.3.13"
3737
if ENV["VIEW_COMPONENT_PATH"]
3838
gem "view_component", path: ENV["VIEW_COMPONENT_PATH"]
3939
else
40-
gem "view_component", "4.0.1"
40+
gem "view_component", "4.0.2"
4141
end
4242

4343
gem "kramdown", "~> 2.5"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ GEM
127127
loofah (2.24.1)
128128
crass (~> 1.0.2)
129129
nokogiri (>= 1.12.0)
130-
lookbook (2.3.12)
130+
lookbook (2.3.13)
131131
activemodel
132132
css_parser
133133
htmlbeautifier (~> 1.3)
@@ -170,7 +170,7 @@ GEM
170170
puma (6.6.1)
171171
nio4r (~> 2.0)
172172
racc (1.8.1)
173-
rack (3.1.16)
173+
rack (3.2.0)
174174
rack-cors (3.0.0)
175175
logger
176176
rack (>= 3.0.14)
@@ -284,7 +284,7 @@ GEM
284284
unicode-emoji (4.0.4)
285285
uri (1.0.3)
286286
useragent (0.16.11)
287-
view_component (4.0.1)
287+
view_component (4.0.2)
288288
activesupport (>= 7.1.0, < 8.1)
289289
concurrent-ruby (~> 1)
290290
vite_rails (3.0.19)
@@ -330,7 +330,7 @@ DEPENDENCIES
330330
erblint-github (~> 1.0.1)
331331
kramdown (~> 2.5)
332332
listen (~> 3.9)
333-
lookbook (~> 2.3.12)
333+
lookbook (~> 2.3.13)
334334
matrix (~> 0.4.3)
335335
mocha
336336
primer_view_components!
@@ -351,7 +351,7 @@ DEPENDENCIES
351351
sprockets-rails
352352
thor
353353
timecop
354-
view_component (= 4.0.1)
354+
view_component (= 4.0.2)
355355
vite_rails (~> 3.0)
356356
webmock
357357
yard (~> 0.9.37)

0 commit comments

Comments
 (0)