Skip to content

Commit

Permalink
Resolve #808 and resolve #809
Browse files Browse the repository at this point in the history
  • Loading branch information
suninthesky committed Dec 14, 2018
1 parent d87e72e commit 2c7d161
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gem 'sitemap_generator'
gem 'stripe'

# Admin
gem 'activeadmin'
gem 'activeadmin', '~> 1.3.0'
gem 'devise', '~> 4.4.0'

# Monitoring & metrics
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GEM
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activeadmin (1.4.3)
activeadmin (1.3.1)
arbre (>= 1.1.1)
coffee-rails
formtastic (~> 3.1)
Expand Down Expand Up @@ -370,7 +370,7 @@ PLATFORMS
ruby

DEPENDENCIES
activeadmin
activeadmin (~> 1.3.0)
activerecord-import
bcrypt (~> 3.1.7)
bullet
Expand Down
1 change: 1 addition & 0 deletions config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
# Rails.application.config.assets.precompile += %w( search.js )
Rails.application.config.assets.precompile += %w( chartkick.js )

0 comments on commit 2c7d161

Please sign in to comment.