Skip to content

Commit fd15c9b

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 d62fa09 commit fd15c9b

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
@@ -11,7 +11,7 @@ gem "propshaft", "1.2.1"
1111
gem "importmap-rails", "2.1.0"
1212
gem "turbo-rails", "2.0.14"
1313
gem "stimulus-rails", "1.3.4"
14-
gem "jbuilder", "2.13.0"
14+
gem "jbuilder", "2.14.1"
1515
gem "puma", "6.6.0"
1616
gem "bootsnap", "1.18.6", require: false
1717
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
@@ -144,9 +144,9 @@ GEM
144144
pp (>= 0.6.0)
145145
rdoc (>= 4.0.0)
146146
reline (>= 0.4.2)
147-
jbuilder (2.13.0)
148-
actionview (>= 5.0.0)
149-
activesupport (>= 5.0.0)
147+
jbuilder (2.14.1)
148+
actionview (>= 7.0.0)
149+
activesupport (>= 7.0.0)
150150
jsbundling-rails (1.3.1)
151151
railties (>= 6.0.0)
152152
kamal (2.7.0)
@@ -358,7 +358,7 @@ DEPENDENCIES
358358
guard (= 2.19.1)
359359
guard-minitest (= 2.4.6)
360360
importmap-rails (= 2.1.0)
361-
jbuilder (= 2.13.0)
361+
jbuilder (= 2.14.1)
362362
jsbundling-rails (= 1.3.1)
363363
kamal (= 2.7.0)
364364
minitest (= 5.25.5)

0 commit comments

Comments
 (0)