Skip to content

Commit

Permalink
Upgrade: Bump activeadmin from 2.13.1 to 2.14.0
Browse files Browse the repository at this point in the history
Bumps [activeadmin](https://github.com/activeadmin/activeadmin) from 2.13.1 to 2.14.0.
- [Release notes](https://github.com/activeadmin/activeadmin/releases)
- [Changelog](https://github.com/activeadmin/activeadmin/blob/master/CHANGELOG.md)
- [Commits](activeadmin/activeadmin@v2.13.1...v2.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 11, 2023
1 parent f0bab11 commit b840926
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
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'

gem 'rails', '7.0.5'

gem 'activeadmin', '~> 2.13'
gem 'activeadmin', '~> 2.14'
gem 'activeadmin_addons', '~> 1.10'
gem 'active_material', '~> 1.5'
gem 'acts_as_votable', '~> 0.14'
Expand Down
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ GEM
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
active_material (1.5.2)
activeadmin (2.13.1)
activeadmin (2.14.0)
arbre (~> 1.2, >= 1.2.1)
formtastic (>= 3.1, < 5.0)
formtastic_i18n (~> 0.4)
Expand Down Expand Up @@ -87,7 +87,7 @@ GEM
acts_as_votable (0.14.0)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
arbre (1.5.0)
arbre (1.6.0)
activesupport (>= 3.0.0, < 7.1)
ruby2_keywords (>= 0.0.2, < 1.0)
ast (2.4.2)
Expand Down Expand Up @@ -238,7 +238,7 @@ GEM
io-console (0.6.0)
irb (1.6.4)
reline (>= 0.3.0)
jquery-rails (4.5.1)
jquery-rails (4.6.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand Down Expand Up @@ -380,8 +380,9 @@ GEM
activesupport (= 7.0.5)
bundler (>= 1.15.0)
railties (= 7.0.5)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.1.1)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
Expand Down Expand Up @@ -586,7 +587,7 @@ PLATFORMS

DEPENDENCIES
active_material (~> 1.5)
activeadmin (~> 2.13)
activeadmin (~> 2.14)
activeadmin_addons (~> 1.10)
acts_as_votable (~> 0.14)
barnes (~> 0.0)
Expand Down

0 comments on commit b840926

Please sign in to comment.