From d0881ec1ec321add784c44ecfbdbeee35f099591 Mon Sep 17 00:00:00 2001 From: Thiago Youssef Date: Mon, 4 Jul 2022 09:57:56 -0300 Subject: [PATCH] Fix update --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 5d09a9f94..08c2d0bb5 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' # core gem 'active_interaction', '~> 4.0' -gem 'apipie-rails', '~> 0.8.0' +gem 'apipie-rails', '~> 0.6.0' gem 'bootsnap', '>= 1.1.0', require: false gem 'iso8601', '0.13.0' # for dates and times gem 'mimemagic', '0.4.3' diff --git a/Gemfile.lock b/Gemfile.lock index 4572b05cb..a53651e1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,9 +149,9 @@ GEM akami (1.3.1) gyoku (>= 0.4.0) nokogiri - apipie-rails (0.8.1) - actionpack (>= 5.0) - activesupport (>= 5.0) + apipie-rails (0.6.0) + actionpack (>= 4.1) + activesupport (>= 4.1) attr_required (1.0.1) autoprefixer-rails (10.2.4.0) execjs @@ -535,7 +535,7 @@ PLATFORMS DEPENDENCIES active_interaction (~> 4.0) airbrake - apipie-rails (~> 0.8.0) + apipie-rails (~> 0.6.0) aws-sdk-sesv2 (~> 1.19) bootsnap (>= 1.1.0) bootstrap-sass (~> 3.4) @@ -604,4 +604,4 @@ DEPENDENCIES wkhtmltopdf-binary (~> 0.12.5.1) BUNDLED WITH - 2.3.11 + 2.3.16