Skip to content

Commit 284ead3

Browse files
committed
Bump activeadmin from 4.0.0.beta14 to 4.0.0.beta15
1 parent 6c4da35 commit 284ead3

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
@@ -10,7 +10,7 @@ gem "sprockets-rails"
1010
gem "cssbundling-rails"
1111
gem "importmap-rails"
1212

13-
gem "activeadmin", "4.0.0.beta14" # github: "activeadmin/activeadmin", branch: "master"
13+
gem "activeadmin", "4.0.0.beta15" # github: "activeadmin/activeadmin", branch: "master"
1414
gem "devise"
1515

1616
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ GEM
4545
erubi (~> 1.11)
4646
rails-dom-testing (~> 2.2)
4747
rails-html-sanitizer (~> 1.6)
48-
activeadmin (4.0.0.beta14)
48+
activeadmin (4.0.0.beta15)
4949
arbre (~> 2.0)
5050
csv
5151
formtastic (>= 3.1)
@@ -83,8 +83,8 @@ GEM
8383
tzinfo (~> 2.0, >= 2.0.5)
8484
addressable (2.8.7)
8585
public_suffix (>= 2.0.2, < 7.0)
86-
arbre (2.0.2)
87-
activesupport (>= 3.0.0)
86+
arbre (2.1.0)
87+
activesupport (>= 7.0)
8888
base64 (0.2.0)
8989
bcrypt (3.1.20)
9090
benchmark (0.4.0)
@@ -104,7 +104,7 @@ GEM
104104
crass (1.0.6)
105105
cssbundling-rails (1.4.1)
106106
railties (>= 6.0.0)
107-
csv (3.3.0)
107+
csv (3.3.2)
108108
date (3.4.1)
109109
debug (1.10.0)
110110
irb (~> 1.10)
@@ -293,7 +293,7 @@ PLATFORMS
293293
x86_64-linux
294294

295295
DEPENDENCIES
296-
activeadmin (= 4.0.0.beta14)
296+
activeadmin (= 4.0.0.beta15)
297297
capybara
298298
cssbundling-rails
299299
debug

0 commit comments

Comments
 (0)