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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3282c90e6f
commit
a0c959e02a
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue