From 21542b6bbb2e131a3b740809b519ae1cbcfe8d53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 04:47:50 +0000 Subject: [PATCH] Update jbuilder requirement from ~> 2.12.0 to ~> 2.13.0 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.12.0...v2.13.0) --- updated-dependencies: - dependency-name: jbuilder dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7ae0dc9..3f08f97 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.12.0" +gem "jbuilder", "~> 2.13.0" # Use Redis adapter to run Action Cable in production # gem 'redis', '~> 4.0' # Use ActiveModel has_secure_password