From c60144807f7daed313ca2f58402247a6f59a94d5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 23:33:13 +0000 Subject: [PATCH] Bump jbuilder from 2.8.0 to 2.11.2 Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.8.0 to 2.11.2. - [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.8.0...v2.11.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index c440cc4..6a4fe46 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'hirb' # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks # gem 'turbolinks', '~> 5' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.5' +gem 'jbuilder', '~> 2.11' # Use Redis adapter to run Action Cable in production # gem 'redis', '~> 4.0' # Use ActiveModel has_secure_password diff --git a/Gemfile.lock b/Gemfile.lock index fc3f57e..4633e69 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM execjs coffee-script-source (1.12.2) commonjs (0.2.7) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.8) connection_pool (2.2.2) crass (1.0.4) declarative (0.0.10) @@ -283,13 +283,12 @@ GEM http-cookie (1.0.3) domain_name (~> 0.5) httpclient (2.8.3) - i18n (1.6.0) + i18n (1.8.7) concurrent-ruby (~> 1.0) io-like (0.3.0) ipaddress (0.8.3) - jbuilder (2.8.0) - activesupport (>= 4.2.0) - multi_json (>= 1.2) + jbuilder (2.11.2) + activesupport (>= 5.0.0) jquery-rails (4.3.3) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) @@ -323,9 +322,9 @@ GEM mini_magick (4.9.4) mini_mime (1.0.1) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.14.3) msgpack (1.2.9) - multi_json (1.13.1) + multi_json (1.15.0) multipart-post (2.0.0) net-http-persistent (3.0.0) connection_pool (~> 2.2) @@ -437,7 +436,7 @@ GEM execjs (~> 2.7) less-rails (~> 2.8, >= 2.8.0) railties (~> 5.0, >= 5.0.1) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) uber (0.1.0) uglifier (4.1.20) @@ -475,7 +474,7 @@ DEPENDENCIES dotenv-rails fog hirb - jbuilder (~> 2.5) + jbuilder (~> 2.11) jquery-rails listen (>= 3.0.5, < 3.2) mini_magick (~> 4.9)