Bump administrate from 0.13.0 to 0.14.0 (#9128)
* Bump administrate from 0.13.0 to 0.14.0 Bumps [administrate](https://github.com/thoughtbot/administrate) from 0.13.0 to 0.14.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.13.0...v0.14.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump administrate from 0.13.0 to 0.14.0 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
48c475ac23
commit
f38da6bc94
6 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -14,7 +14,7 @@ gem "active_record_union", "~> 1.3" # Adds proper union and union_all methods to
|
|||
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.13" # A Rails engine that helps you put together a super-flexible admin dashboard
|
||||
gem "administrate", "~> 0.14" # A Rails engine that helps you put together a super-flexible admin dashboard
|
||||
gem "ahoy_email", "~> 1.1" # Email analytics for Rails
|
||||
gem "ahoy_matey", "~> 3.0" # Tracking analytics for Rails
|
||||
gem "ancestry", "~> 3.0" # Ancestry allows the records of a ActiveRecord model to be organized in a tree structure
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ GEM
|
|||
activerecord (>= 5.0, < 6.1)
|
||||
addressable (2.7.0)
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
administrate (0.13.0)
|
||||
administrate (0.14.0)
|
||||
actionpack (>= 4.2)
|
||||
actionview (>= 4.2)
|
||||
activerecord (>= 4.2)
|
||||
|
|
@ -733,7 +733,7 @@ GEM
|
|||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
sass-rails (6.0.0)
|
||||
sassc-rails (~> 2.1, >= 2.1.1)
|
||||
sassc (2.2.1)
|
||||
sassc (2.4.0)
|
||||
ffi (~> 1.9)
|
||||
sassc-rails (2.1.2)
|
||||
railties (>= 4.0.0)
|
||||
|
|
@ -886,7 +886,7 @@ DEPENDENCIES
|
|||
acts-as-taggable-on (~> 6.5)
|
||||
acts_as_follower!
|
||||
addressable (~> 2.7)
|
||||
administrate (~> 0.13)
|
||||
administrate (~> 0.14)
|
||||
ahoy_email (~> 1.1)
|
||||
ahoy_matey (~> 3.0)
|
||||
amazing_print (~> 1.2)
|
||||
|
|
|
|||
BIN
vendor/cache/administrate-0.13.0.gem
vendored
BIN
vendor/cache/administrate-0.13.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/administrate-0.14.0.gem
vendored
Normal file
BIN
vendor/cache/administrate-0.14.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/sassc-2.2.1.gem
vendored
BIN
vendor/cache/sassc-2.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/sassc-2.4.0.gem
vendored
Normal file
BIN
vendor/cache/sassc-2.4.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue