From 2956630d39209ceab50c4ebbf6ca06c01d374662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 05:18:37 +0000 Subject: [PATCH] Bump jbuilder from 2.11.2 to 2.11.3 Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.11.2 to 2.11.3. - [Release notes](https://github.com/rails/jbuilder/releases) - [Changelog](https://github.com/rails/jbuilder/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/jbuilder/compare/v2.11.2...v2.11.3) --- updated-dependencies: - dependency-name: jbuilder dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ec800fc..271d72e 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'turbo-rails', '>= 0.7.11' gem 'stimulus-rails', '>= 0.4.0' # Build JSON APIs with ease [https://github.com/rails/jbuilder] -gem 'jbuilder', '~> 2.7' +gem 'jbuilder', '~> 2.11' # Use Redis adapter to run Action Cable in production gem 'redis', '~> 4.5' diff --git a/Gemfile.lock b/Gemfile.lock index a9faeb8..1fea21e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM io-console (0.5.9) irb (1.3.7) reline (>= 0.2.7) - jbuilder (2.11.2) + jbuilder (2.11.3) activesupport (>= 5.0.0) loofah (2.12.0) crass (~> 1.0.2) @@ -221,7 +221,7 @@ DEPENDENCIES bundler-audit debug (>= 1.0.0) importmap-rails (>= 0.3.4) - jbuilder (~> 2.7) + jbuilder (~> 2.11) pg (~> 1.1) puma (~> 5.5) rails (~> 7.0.0.alpha2)