Skip to content

Commit c03d616

Browse files
Bump activeadmin from 3.4.0 to 3.5.0
Bumps [activeadmin](https://github.com/activeadmin/activeadmin) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/activeadmin/activeadmin/releases) - [Changelog](https://github.com/activeadmin/activeadmin/blob/master/CHANGELOG.md) - [Commits](activeadmin/activeadmin@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: activeadmin dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4543d34 commit c03d616

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ruby file: '.ruby-version'
77
gem 'rails', '~> 8.1.2'
88

99
# Gems
10-
gem 'activeadmin', '~> 3.4'
10+
gem 'activeadmin', '~> 3.5'
1111
gem 'active_storage_base64', '~> 3.0.1'
1212
gem 'aws-sdk-s3', '~> 1.213', require: false
1313
gem 'bootsnap', '~> 1.23'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GEM
5858
active_storage_base64 (3.0.1)
5959
activestorage (> 7.0)
6060
activesupport (> 7.0)
61-
activeadmin (3.4.0)
61+
activeadmin (3.5.0)
6262
arbre (~> 1.2, >= 1.2.1)
6363
csv
6464
formtastic (>= 3.1)
@@ -252,8 +252,8 @@ GEM
252252
rack-protection (>= 1.5.3, < 5.0.0)
253253
rack-session (>= 1.0.2, < 3.0.0)
254254
sanitize (< 8)
255-
formtastic (5.0.0)
256-
actionpack (>= 6.0.0)
255+
formtastic (6.0.0)
256+
actionpack (>= 7.2.0)
257257
formtastic_i18n (0.7.0)
258258
fugit (1.12.1)
259259
et-orbi (~> 1.4)
@@ -311,7 +311,7 @@ GEM
311311
thor (>= 0.14, < 2.0)
312312
jsbundling-rails (1.3.1)
313313
railties (>= 6.0.0)
314-
json (2.18.1)
314+
json (2.19.1)
315315
json-schema (6.1.0)
316316
addressable (~> 2.8)
317317
bigdecimal (>= 3.1, < 5)
@@ -658,7 +658,7 @@ PLATFORMS
658658

659659
DEPENDENCIES
660660
active_storage_base64 (~> 3.0.1)
661-
activeadmin (~> 3.4)
661+
activeadmin (~> 3.5)
662662
annotaterb (~> 4.22.0)
663663
aws-sdk-s3 (~> 1.213)
664664
bootsnap (~> 1.23)

0 commit comments

Comments
 (0)