Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Bump active_admin_theme from 1.0.3 to 1.1.1 #1828

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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ gem 'pundit', '~> 2.0' # Authorization policies
# ADMIN
gem 'active_admin_filters_visibility', github: 'activeadmin-plugins/active_admin_filters_visibility'
gem 'active_admin_scoped_collection_actions', github: 'activeadmin-plugins/active_admin_scoped_collection_actions'
gem 'active_admin_theme', '~> 1.0' # activeadmin theme
gem 'active_admin_theme', '~> 1.1' # activeadmin theme
gem 'activeadmin', '~> 1.4.3', '>= 1.4.3' # Admin interface - we need to require >= 1.4.3, since < v1.4.3 has this regression https://github.com/activeadmin/activeadmin/pull/5611
gem 'blazer', '~> 2.1' # Explore data with SQL
gem 'chosen-rails', '~> 1.8' # Needed for autocomplete select input for activeadmin
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ GEM
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
active_admin_theme (1.0.3)
active_admin_theme (1.1.1)
active_model_serializers (0.10.9)
actionpack (>= 4.1, < 6)
activemodel (>= 4.1, < 6)
Expand Down Expand Up @@ -768,7 +768,7 @@ PLATFORMS
DEPENDENCIES
active_admin_filters_visibility!
active_admin_scoped_collection_actions!
active_admin_theme (~> 1.0)
active_admin_theme (~> 1.1)
active_model_serializers (~> 0.10)
activeadmin (~> 1.4.3, >= 1.4.3)
ahoy_matey (~> 1.6)
Expand Down