Skip to content

Commit

Permalink
Bump activeadmin from 4.0.0.beta10 to 4.0.0.beta13
Browse files Browse the repository at this point in the history
Bumps [activeadmin](https://github.com/activeadmin/activeadmin) from 4.0.0.beta10 to 4.0.0.beta13.
- [Release notes](https://github.com/activeadmin/activeadmin/releases)
- [Changelog](https://github.com/activeadmin/activeadmin/blob/master/CHANGELOG.md)
- [Commits](activeadmin/activeadmin@v4.0.0.beta10...v4.0.0.beta13)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent f40ca13 commit 6a26b4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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 'bootstrap', '~> 5.3', '>= 5.3.2'
gem 'dartsass-rails', '~> 0.5.0'
gem 'dartsass-sprockets', '~> 3.1'
gem 'simple_form'
gem 'activeadmin', "4.0.0.beta10"
gem 'activeadmin', "4.0.0.beta13"
gem 'base64'
gem 'redcarpet'

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ GEM
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activeadmin (4.0.0.beta10)
activeadmin (4.0.0.beta13)
arbre (~> 2.0)
csv
formtastic (>= 3.1)
formtastic_i18n (>= 0.4)
inherited_resources (~> 1.7)
inherited_resources (~> 2.0)
kaminari (>= 1.2.1)
railties (>= 6.1)
ransack (>= 4.0)
Expand Down Expand Up @@ -90,7 +90,7 @@ GEM
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
altcha-rails (0.0.6)
arbre (2.0.1)
arbre (2.0.2)
activesupport (>= 3.0.0)
autoprefixer-rails (10.4.19.0)
execjs (~> 2)
Expand Down Expand Up @@ -166,13 +166,13 @@ GEM
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
inherited_resources (1.14.0)
inherited_resources (2.0.1)
actionpack (>= 6.0)
has_scope (>= 0.6)
railties (>= 6.0)
responders (>= 2)
io-console (0.7.2)
irb (1.14.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
kaminari (1.2.2)
Expand Down Expand Up @@ -332,7 +332,7 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webrick (1.8.1)
webrick (1.8.2)
websocket (1.2.11)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand All @@ -345,7 +345,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activeadmin (= 4.0.0.beta10)
activeadmin (= 4.0.0.beta13)
altcha-rails
base64
bootsnap
Expand Down

0 comments on commit 6a26b4d

Please sign in to comment.