Skip to content

Commit f1adafb

Browse files
committed
Bump activeadmin from 4.0.0.beta10 to 4.0.0.beta13
Also updates inherited_resources to v2 as we bumped the minimum version in activeadmin.
1 parent d10e9e9 commit f1adafb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.beta10" # github: "activeadmin/activeadmin", branch: "master"
13+
gem "activeadmin", "4.0.0.beta13" # 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ GEM
4545
erubi (~> 1.11)
4646
rails-dom-testing (~> 2.2)
4747
rails-html-sanitizer (~> 1.6)
48-
activeadmin (4.0.0.beta10)
48+
activeadmin (4.0.0.beta13)
4949
arbre (~> 2.0)
5050
csv
5151
formtastic (>= 3.1)
5252
formtastic_i18n (>= 0.4)
53-
inherited_resources (~> 1.7)
53+
inherited_resources (~> 2.0)
5454
kaminari (>= 1.2.1)
5555
railties (>= 6.1)
5656
ransack (>= 4.0)
@@ -130,7 +130,7 @@ GEM
130130
actionpack (>= 6.0.0)
131131
activesupport (>= 6.0.0)
132132
railties (>= 6.0.0)
133-
inherited_resources (1.14.0)
133+
inherited_resources (2.0.1)
134134
actionpack (>= 6.0)
135135
has_scope (>= 0.6)
136136
railties (>= 6.0)
@@ -292,7 +292,7 @@ PLATFORMS
292292
x86_64-linux
293293

294294
DEPENDENCIES
295-
activeadmin (= 4.0.0.beta10)
295+
activeadmin (= 4.0.0.beta13)
296296
capybara
297297
cssbundling-rails
298298
debug

0 commit comments

Comments
 (0)