From 0f9d471140e30c344734e21d0eb11ccf46c24e12 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 15:07:35 -0400 Subject: [PATCH] Bump administrate from 0.11.0 to 0.12.0 (#4045) Bumps [administrate](https://github.com/thoughtbot/administrate) from 0.11.0 to 0.12.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.11.0...v0.12.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index c401453f3..5d7e3bafc 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "activerecord-import", "~> 1.0" # Adds ability to bulk create activerecord o gem "acts-as-taggable-on", "~> 6.0" # 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.11" # A Rails engine that helps you put together a super-flexible admin dashboard +gem "administrate", "~> 0.12" # A Rails engine that helps you put together a super-flexible admin dashboard gem "ahoy_email", "~> 1.1" # Email analytics for Rails gem "airbrake", "~> 9.4" # Airbrake is an online tool that provides robust exception tracking in any of your Ruby applications gem "algoliasearch-rails", "~> 1.23" # Algolia Search is a hosted search engine capable of delivering real-time results from the first keystroke diff --git a/Gemfile.lock b/Gemfile.lock index f2d4bbbfd..0a4b9f140 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,16 +73,16 @@ GEM activerecord (~> 5.0) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - administrate (0.11.0) - actionpack (>= 4.2, < 6.0) - actionview (>= 4.2, < 6.0) - activerecord (>= 4.2, < 6.0) + administrate (0.12.0) + actionpack (>= 4.2) + actionview (>= 4.2) + activerecord (>= 4.2) autoprefixer-rails (>= 6.0) datetime_picker_rails (~> 0.0.7) jquery-rails (>= 4.0) kaminari (>= 1.0) momentjs-rails (~> 2.8) - sass-rails (~> 5.0) + sassc-rails (~> 2.1) selectize-rails (~> 0.6) after_commit_action (1.1.0) activerecord (>= 3.0.0) @@ -695,6 +695,14 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) + sassc (2.2.0) + ffi (~> 1.9) + sassc-rails (2.1.2) + railties (>= 4.0.0) + sassc (>= 2.0) + sprockets (> 3.0) + sprockets-rails + tilt sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0) @@ -852,7 +860,7 @@ DEPENDENCIES acts-as-taggable-on (~> 6.0) acts_as_follower! addressable (~> 2.7) - administrate (~> 0.11) + administrate (~> 0.12) ahoy_email (~> 1.1) airbrake (~> 9.4) algoliasearch-rails (~> 1.23)