Skip to content

Commit b0384ec

Browse files
Bump jbuilder from 2.13.0 to 2.14.1
Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.13.0 to 2.14.1. - [Release notes](https://github.com/rails/jbuilder/releases) - [Commits](rails/jbuilder@v2.13.0...v2.14.1) --- updated-dependencies: - dependency-name: jbuilder dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8f73c48 commit b0384ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem "propshaft", "1.2.1"
88
gem "importmap-rails", "2.1.0"
99
gem "turbo-rails", "2.0.14"
1010
gem "stimulus-rails", "1.3.4"
11-
gem "jbuilder", "2.13.0"
11+
gem "jbuilder", "2.14.1"
1212
gem "puma", "6.6.0"
1313
gem "bootsnap", "1.18.6", require: false
1414
gem "tzinfo-data", "1.2025.2", platforms: %i[ windows jruby ]

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ GEM
141141
pp (>= 0.6.0)
142142
rdoc (>= 4.0.0)
143143
reline (>= 0.4.2)
144-
jbuilder (2.13.0)
145-
actionview (>= 5.0.0)
146-
activesupport (>= 5.0.0)
144+
jbuilder (2.14.1)
145+
actionview (>= 7.0.0)
146+
activesupport (>= 7.0.0)
147147
kamal (2.7.0)
148148
activesupport (>= 7.0)
149149
base64 (~> 0.2)
@@ -351,7 +351,7 @@ DEPENDENCIES
351351
guard (= 2.19.1)
352352
guard-minitest (= 2.4.6)
353353
importmap-rails (= 2.1.0)
354-
jbuilder (= 2.13.0)
354+
jbuilder (= 2.14.1)
355355
kamal (= 2.7.0)
356356
minitest (= 5.25.5)
357357
minitest-reporters (= 1.7.1)

0 commit comments

Comments
 (0)