Skip to content

Commit

Permalink
build(deps): bump activeadmin from 2.14.0 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [activeadmin](https://github.com/activeadmin/activeadmin) from 2.14.0 to 3.2.0.
- [Release notes](https://github.com/activeadmin/activeadmin/releases)
- [Changelog](https://github.com/activeadmin/activeadmin/blob/master/CHANGELOG.md)
- [Commits](activeadmin/activeadmin@v2.14.0...v3.2.0)

---
updated-dependencies:
- dependency-name: activeadmin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent 73cdb45 commit 845a2b4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'rails-i18n', '~> 7.0'
gem 'puma', '~> 6.4'
gem 'rdiscount', '~> 2.2.7'
gem 'rubyzip', '~> 2.3.0'
gem 'activeadmin', '~> 2.14'
gem 'activeadmin', '~> 3.2'
gem 'bootsnap', '~> 1.12', require: false
gem 'has_scope', '~> 0.7.2'
gem 'pundit', '~> 2.1.0'
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ GEM
activemodel (>= 5.2.0)
activestorage (>= 5.2.0)
activesupport (>= 5.2.0)
activeadmin (2.14.0)
activeadmin (3.2.0)
arbre (~> 1.2, >= 1.2.1)
formtastic (>= 3.1, < 5.0)
formtastic_i18n (~> 0.4)
formtastic (>= 3.1)
formtastic_i18n (>= 0.4)
inherited_resources (~> 1.7)
jquery-rails (~> 4.2)
kaminari (~> 1.0, >= 1.2.1)
railties (>= 6.1, < 7.1)
ransack (>= 2.1.1, < 4)
jquery-rails (>= 4.2)
kaminari (>= 1.2.1)
railties (>= 6.1)
ransack (>= 4.0)
activejob (7.0.8)
activesupport (= 7.0.8)
globalid (>= 0.3.6)
Expand Down Expand Up @@ -156,8 +156,8 @@ GEM
faker (2.23.0)
i18n (>= 1.8.11, < 2)
ffi (1.16.3)
formtastic (4.0.0)
actionpack (>= 5.2.0)
formtastic (5.0.0)
actionpack (>= 6.0.0)
formtastic_i18n (0.7.0)
fugit (1.9.0)
et-orbi (~> 1, >= 1.2.7)
Expand Down Expand Up @@ -307,7 +307,7 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.1.0)
ransack (3.2.1)
ransack (4.1.1)
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
i18n
Expand Down Expand Up @@ -435,7 +435,7 @@ PLATFORMS

DEPENDENCIES
active_storage_validations (~> 1.1.3)
activeadmin (~> 2.14)
activeadmin (~> 3.2)
aws-sdk-s3 (~> 1.94)
bootsnap (~> 1.12)
bootstrap-sass (~> 3.4)
Expand Down

0 comments on commit 845a2b4

Please sign in to comment.