Skip to content

Commit 6f6adf0

Browse files
authored
Merge pull request #1068 from CHSS-IT/dependabot/bundler/jbuilder-2.14.1
Bump jbuilder from 2.13.0 to 2.14.1
2 parents bf549f7 + 2917d44 commit 6f6adf0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem "dartsass-rails", "~> 0.5.1"
2020
# Use Terser as compressor for JavaScript assets
2121
gem 'terser', '~> 1.2'
2222
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
23-
gem 'jbuilder', '~> 2.13'
23+
gem 'jbuilder', '~> 2.14'
2424
# Use Redis adapter to run Action Cable in production
2525
gem 'redis', '~> 5.4'
2626

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ GEM
9999
erubi (>= 1.0.0)
100100
rack (>= 0.9.0)
101101
rouge (>= 1.0.0)
102-
bigdecimal (3.2.2)
102+
bigdecimal (3.2.3)
103103
bindex (0.8.1)
104104
binding_of_caller (1.0.1)
105105
debug_inspector (>= 1.2.0)
@@ -130,7 +130,7 @@ GEM
130130
marcel (~> 1.0.0)
131131
ssrf_filter (~> 1.0)
132132
concurrent-ruby (1.3.5)
133-
connection_pool (2.5.3)
133+
connection_pool (2.5.4)
134134
crass (1.0.6)
135135
dartsass-rails (0.5.1)
136136
railties (>= 6.0.0)
@@ -188,9 +188,9 @@ GEM
188188
pp (>= 0.6.0)
189189
rdoc (>= 4.0.0)
190190
reline (>= 0.4.2)
191-
jbuilder (2.13.0)
192-
actionview (>= 5.0.0)
193-
activesupport (>= 5.0.0)
191+
jbuilder (2.14.1)
192+
actionview (>= 7.0.0)
193+
activesupport (>= 7.0.0)
194194
jmespath (1.6.2)
195195
jquery-rails (4.6.0)
196196
rails-dom-testing (>= 1, < 3)
@@ -236,9 +236,9 @@ GEM
236236
net-protocol
237237
net-ssh (7.3.0)
238238
nio4r (2.7.4)
239-
nokogiri (1.18.9-arm64-darwin)
239+
nokogiri (1.18.10-arm64-darwin)
240240
racc (~> 1.4)
241-
nokogiri (1.18.9-x86_64-linux-gnu)
241+
nokogiri (1.18.10-x86_64-linux-gnu)
242242
racc (~> 1.4)
243243
parallel (1.27.0)
244244
parser (3.3.9.0)
@@ -432,7 +432,7 @@ DEPENDENCIES
432432
debug
433433
fog-aws (~> 3.32)
434434
importmap-rails (~> 1.2, >= 1.2.3)
435-
jbuilder (~> 2.13)
435+
jbuilder (~> 2.14)
436436
jquery-rails
437437
listen (~> 3.9)
438438
net-sftp (~> 4.0)

0 commit comments

Comments
 (0)