Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump administrate from 0.10.0 to 0.11.0 #352

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump administrate from 0.10.0 to 0.11.0
  • Loading branch information
dependabot-support committed Oct 1, 2018
commit 1e4492ae3d12a014cdaf5dc898096855b9b5bbc5
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down