From ebc0d5cc2f1e5594a1561fb156763e1e4f33739f Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 12:45:39 +0000 Subject: [PATCH] Update administrate to version 0.20.1 --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 0e84157b..3907b241 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) do |repo_name| "https://github.com/#{repo_name}.git" end -gem 'administrate', '~> 0.19.0' +gem 'administrate', '~> 0.20.1' gem 'aws-sdk-rails' gem 'aws-sdk-s3' gem 'aws-sdk-sqs' diff --git a/Gemfile.lock b/Gemfile.lock index 8affc13f..7c56a5ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,12 +77,12 @@ GEM tzinfo (~> 2.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) - administrate (0.19.0) - actionpack (>= 5.0) - actionview (>= 5.0) - activerecord (>= 5.0) - jquery-rails (>= 4.0) - kaminari (>= 1.0) + administrate (0.20.1) + actionpack (>= 6.0, < 8.0) + actionview (>= 6.0, < 8.0) + activerecord (>= 6.0, < 8.0) + jquery-rails (~> 4.6.0) + kaminari (~> 1.2.2) sassc-rails (~> 2.1) selectize-rails (~> 0.6) annotate (3.2.0) @@ -436,7 +436,7 @@ PLATFORMS ruby DEPENDENCIES - administrate (~> 0.19.0) + administrate (~> 0.20.1) annotate aws-sdk-rails aws-sdk-s3