From 5519c9e0e56ce12852e8285ffab07b55662ab79a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:23:42 +0200 Subject: [PATCH] Update jbuilder requirement from ~> 2.11.5 to ~> 2.12.0 (#79) Updates the requirements on [jbuilder](https://github.com/rails/jbuilder) to permit the latest version. - [Release notes](https://github.com/rails/jbuilder/releases) - [Commits](https://github.com/rails/jbuilder/compare/v2.11.5...v2.12.0) --- updated-dependencies: - dependency-name: jbuilder dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4624895..7ae0dc9 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem "coffee-rails", "~> 5.0.0" # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks gem "turbolinks", "~> 5.2.1" # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem "jbuilder", "~> 2.11.5" +gem "jbuilder", "~> 2.12.0" # Use Redis adapter to run Action Cable in production # gem 'redis', '~> 4.0' # Use ActiveModel has_secure_password