Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 1dc4dad

Browse files
Bump jbuilder from 2.11.2 to 2.11.5
Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.11.2 to 2.11.5. - [Release notes](https://github.com/rails/jbuilder/releases) - [Commits](rails/jbuilder@v2.11.2...v2.11.5) --- updated-dependencies: - dependency-name: jbuilder dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b012ee commit 1dc4dad

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gem 'therubyracer', '~> 0.12.0', platforms: :ruby
2323
gem 'jquery-rails', '~> 4.3'
2424

2525
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
26-
gem 'jbuilder', '~> 2.10'
26+
gem 'jbuilder', '~> 2.11'
2727

2828
# Automatically add rel="noopener noreferrer" to every link with target="_blank"
2929
gem 'safe_target_blank'

Gemfile.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ GEM
174174
domain_name (~> 0.5)
175175
i18n (1.8.11)
176176
concurrent-ruby (~> 1.0)
177-
jbuilder (2.11.2)
177+
jbuilder (2.11.5)
178+
actionview (>= 5.0.0)
178179
activesupport (>= 5.0.0)
179180
jquery-rails (4.4.0)
180181
rails-dom-testing (>= 1, < 3)
@@ -208,7 +209,7 @@ GEM
208209
rake
209210
mini_mime (1.1.1)
210211
mini_portile2 (2.6.1)
211-
minitest (5.14.4)
212+
minitest (5.15.0)
212213
multipart-post (2.1.1)
213214
net-scp (3.0.0)
214215
net-ssh (>= 2.6.5, < 7.0.0)
@@ -404,7 +405,7 @@ GEM
404405
will_paginate (>= 3.0.3)
405406
xpath (3.2.0)
406407
nokogiri (~> 1.8)
407-
zeitwerk (2.5.1)
408+
zeitwerk (2.5.3)
408409

409410
PLATFORMS
410411
ruby
@@ -431,7 +432,7 @@ DEPENDENCIES
431432
font-awesome-rails
432433
has_scope
433434
highline
434-
jbuilder (~> 2.10)
435+
jbuilder (~> 2.11)
435436
jquery-rails (~> 4.3)
436437
jquery-raty-rails!
437438
jquery-star-rating-rails

0 commit comments

Comments
 (0)