From 741853532b00b988128cbbfdc9003e5409596046 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 02:59:05 +0000 Subject: [PATCH] Bump jbuilder from 2.9.1 to 2.10.0 in /backend Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.9.1 to 2.10.0. - [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.9.1...v2.10.0) Signed-off-by: dependabot-preview[bot] --- backend/Gemfile | 2 +- backend/Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/backend/Gemfile b/backend/Gemfile index e3c123fa..1eb252fe 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -15,7 +15,7 @@ gem 'puma', '~> 4.3' # 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.9' +gem 'jbuilder', '~> 2.10' # Use Redis adapter to run Action Cable in production # gem 'redis', '~> 4.0' # Use ActiveModel has_secure_password diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index d58c5225..29a51a4c 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -73,16 +73,16 @@ GEM xpath (~> 3.2) childprocess (2.0.0) rake (< 13.0) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.6) crass (1.0.5) erubi (1.9.0) ffi (1.11.3) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.7.0) + i18n (1.8.2) concurrent-ruby (~> 1.0) - jbuilder (2.9.1) - activesupport (>= 4.2.0) + jbuilder (2.10.0) + activesupport (>= 5.0.0) listen (3.2.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -97,7 +97,7 @@ GEM mimemagic (0.3.3) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.13.0) + minitest (5.14.0) msgpack (1.3.3) nio4r (2.5.2) nokogiri (1.10.5) @@ -162,7 +162,7 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.5) + tzinfo (1.2.6) thread_safe (~> 0.1) web-console (4.0.1) actionview (>= 6.0.0) @@ -174,7 +174,7 @@ GEM websocket-extensions (0.1.4) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.2.1) + zeitwerk (2.2.2) PLATFORMS ruby @@ -183,7 +183,7 @@ DEPENDENCIES bootsnap (>= 1.1.0) byebug capybara (>= 2.15, < 4.0) - jbuilder (~> 2.9) + jbuilder (~> 2.10) listen (>= 3.0.5, < 3.3) pg (>= 0.18, < 2.0) puma (~> 4.3)