Skip to content

Commit

Permalink
Bump activeadmin from 3.1.0 to 3.2.0 (#546)
Browse files Browse the repository at this point in the history
Bumps [activeadmin](https://github.com/activeadmin/activeadmin) from 3.1.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@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: activeadmin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent 4b5941b commit d6cb3fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ruby '~> 3.2.2'

gem 'rails', '~> 7.0.8'

gem 'activeadmin', '~> 3.0'
gem 'activeadmin', '~> 3.2'
gem 'active_storage_base64', '~> 2.0.0'
gem 'aws-sdk-s3', '~> 1.141', require: false
gem 'bootsnap', '~> 1.17'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GEM
rails-html-sanitizer (~> 1.1, >= 1.2.0)
active_storage_base64 (2.0.0)
rails (>= 7.0)
activeadmin (3.1.0)
activeadmin (3.2.0)
arbre (~> 1.2, >= 1.2.1)
formtastic (>= 3.1)
formtastic_i18n (>= 0.4)
Expand Down Expand Up @@ -385,7 +385,7 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.1.0)
ransack (4.1.0)
ransack (4.1.1)
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
i18n
Expand Down Expand Up @@ -533,7 +533,7 @@ PLATFORMS

DEPENDENCIES
active_storage_base64 (~> 2.0.0)
activeadmin (~> 3.0)
activeadmin (~> 3.2)
annotate (~> 3.2, >= 3.0.3)
aws-sdk-s3 (~> 1.141)
better_errors (~> 2.10)
Expand Down

0 comments on commit d6cb3fd

Please sign in to comment.