Skip to content

Commit 25c17c4

Browse files
Bump activeadmin from 3.3.0 to 3.4.0 (#1210)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f5c24f commit 25c17c4

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
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.0.4'
88

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

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ GEM
6464
active_storage_base64 (3.0.1)
6565
activestorage (> 7.0)
6666
activesupport (> 7.0)
67-
activeadmin (3.3.0)
67+
activeadmin (3.4.0)
6868
arbre (~> 1.2, >= 1.2.1)
6969
csv
7070
formtastic (>= 3.1)
@@ -174,7 +174,7 @@ GEM
174174
crass (1.0.6)
175175
cssbundling-rails (1.4.3)
176176
railties (>= 6.0.0)
177-
csv (3.3.3)
177+
csv (3.3.5)
178178
date (3.5.0)
179179
debug_inspector (1.2.0)
180180
devise (4.9.4)
@@ -283,9 +283,9 @@ GEM
283283
google-protobuf (4.30.2-x86_64-linux)
284284
bigdecimal
285285
rake (>= 13)
286-
has_scope (0.8.2)
287-
actionpack (>= 5.2)
288-
activesupport (>= 5.2)
286+
has_scope (0.9.0)
287+
actionpack (>= 7.0)
288+
activesupport (>= 7.0)
289289
hashdiff (1.2.1)
290290
highline (3.1.2)
291291
reline
@@ -316,7 +316,7 @@ GEM
316316
actionview (>= 7.0.0)
317317
activesupport (>= 7.0.0)
318318
jmespath (1.6.2)
319-
jquery-rails (4.6.0)
319+
jquery-rails (4.6.1)
320320
rails-dom-testing (>= 1, < 3)
321321
railties (>= 4.2.0)
322322
thor (>= 0.14, < 2.0)
@@ -488,9 +488,9 @@ GEM
488488
zeitwerk (~> 2.6)
489489
rainbow (3.1.1)
490490
rake (13.3.1)
491-
ransack (4.3.0)
492-
activerecord (>= 6.1.5)
493-
activesupport (>= 6.1.5)
491+
ransack (4.4.1)
492+
activerecord (>= 7.2)
493+
activesupport (>= 7.2)
494494
i18n
495495
rb-fsevent (0.11.2)
496496
rb-inotify (0.11.1)
@@ -511,9 +511,9 @@ GEM
511511
request_store (1.7.0)
512512
rack (>= 1.4)
513513
require_all (3.0.0)
514-
responders (3.1.1)
515-
actionpack (>= 5.2)
516-
railties (>= 5.2)
514+
responders (3.2.0)
515+
actionpack (>= 7.0)
516+
railties (>= 7.0)
517517
rexml (3.4.4)
518518
rouge (4.3.0)
519519
rspec-core (3.13.5)
@@ -659,7 +659,7 @@ PLATFORMS
659659

660660
DEPENDENCIES
661661
active_storage_base64 (~> 3.0.1)
662-
activeadmin (~> 3.3)
662+
activeadmin (~> 3.4)
663663
annotaterb (~> 4.20.0)
664664
aws-sdk-s3 (~> 1.201)
665665
better_errors (~> 2.10)

0 commit comments

Comments
 (0)