From a0c959e02af6a6064ee05445401e6df3dfac01ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 12:45:44 -0400 Subject: [PATCH] Bump administrate from 0.12.0 to 0.13.0 (#6631) [deploy] Bumps [administrate](https://github.com/thoughtbot/administrate) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/thoughtbot/administrate/releases) - [Changelog](https://github.com/thoughtbot/administrate/blob/master/CHANGELOG.md) - [Commits](https://github.com/thoughtbot/administrate/compare/v0.12.0...v0.13.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d3d641787..67917caaf 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "activerecord-import", "~> 1.0" # Adds ability to bulk create activerecord o gem "acts-as-taggable-on", "~> 6.5" # A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts gem "acts_as_follower", github: "thepracticaldev/acts_as_follower", branch: "master" # Allow any model to follow any other model gem "addressable", "~> 2.7" # A replacement for the URI implementation that is part of Ruby's standard library -gem "administrate", "~> 0.12" # A Rails engine that helps you put together a super-flexible admin dashboard +gem "administrate", "~> 0.13" # A Rails engine that helps you put together a super-flexible admin dashboard gem "ahoy_email", "~> 1.1" # Email analytics for Rails gem "algoliasearch-rails", "~> 1.24" # Algolia Search is a hosted search engine capable of delivering real-time results from the first keystroke gem "algorithmia", "~> 1.1" # Ruby Client for Algorithmia Algorithms and Data API diff --git a/Gemfile.lock b/Gemfile.lock index 489f34af1..1e0a4bd3d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,7 +58,7 @@ GEM activerecord (>= 5.0, < 6.1) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - administrate (0.12.0) + administrate (0.13.0) actionpack (>= 4.2) actionview (>= 4.2) activerecord (>= 4.2) @@ -868,7 +868,7 @@ DEPENDENCIES acts-as-taggable-on (~> 6.5) acts_as_follower! addressable (~> 2.7) - administrate (~> 0.12) + administrate (~> 0.13) ahoy_email (~> 1.1) algoliasearch-rails (~> 1.24) algorithmia (~> 1.1)