From 24cfc91f79bf061ddd292c53fd65c276a0fe1407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 19:01:07 +0000 Subject: [PATCH] Bump apipie-rails from 0.5.18 to 0.5.19 Bumps [apipie-rails](https://github.com/Apipie/apipie-rails) from 0.5.18 to 0.5.19. - [Release notes](https://github.com/Apipie/apipie-rails/releases) - [Changelog](https://github.com/Apipie/apipie-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/Apipie/apipie-rails/compare/v0.5.18...0.5.19) --- updated-dependencies: - dependency-name: apipie-rails 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 1ceb304ca..7954e3426 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' # core gem 'active_interaction', '~> 4.0' -gem 'apipie-rails', '~> 0.5.18' +gem 'apipie-rails', '~> 0.5.19' gem 'bootsnap', '>= 1.1.0', require: false gem 'iso8601', '0.13.0' # for dates and times gem 'mime-types-data' diff --git a/Gemfile.lock b/Gemfile.lock index 563d012f3..8136c0ee3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,7 +149,7 @@ GEM akami (1.3.1) gyoku (>= 0.4.0) nokogiri - apipie-rails (0.5.18) + apipie-rails (0.5.19) rails (>= 4.1) attr_required (1.0.1) autoprefixer-rails (10.2.4.0) @@ -514,7 +514,7 @@ PLATFORMS DEPENDENCIES active_interaction (~> 4.0) airbrake - apipie-rails (~> 0.5.18) + apipie-rails (~> 0.5.19) aws-sdk-sesv2 (~> 1.16) bootsnap (>= 1.1.0) bootstrap-sass (~> 3.4)