From 1e4492ae3d12a014cdaf5dc898096855b9b5bbc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 1 Oct 2018 05:34:38 +0000 Subject: [PATCH] Bump administrate from 0.10.0 to 0.11.0 Bumps [administrate](https://github.com/thoughtbot/administrate) from 0.10.0 to 0.11.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.10.0...v0.11.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5e0d023..7f57575 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' ruby '2.3.5' gem 'acts-as-taggable-on', '~> 6.0.0' -gem 'administrate', '~> 0.10.0' +gem 'administrate', '~> 0.11.0' gem 'algoliasearch-rails', '~> 1.20.4' gem 'bootstrap', '~> 4.1.1' gem 'carrierwave', '~> 1.2.2' diff --git a/Gemfile.lock b/Gemfile.lock index 842f12f..979b800 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,7 @@ GEM acts-as-taggable-on (6.0.0) activerecord (~> 5.0) addressable (2.4.0) - administrate (0.10.0) + administrate (0.11.0) actionpack (>= 4.2, < 6.0) actionview (>= 4.2, < 6.0) activerecord (>= 4.2, < 6.0) @@ -401,7 +401,7 @@ PLATFORMS DEPENDENCIES acts-as-taggable-on (~> 6.0.0) - administrate (~> 0.10.0) + administrate (~> 0.11.0) algoliasearch-rails (~> 1.20.4) bootstrap (~> 4.1.1) bundler-audit (~> 0.6.0)