Skip to content

Commit 178dd74

Browse files
authored
Update Active Admin v4.0.0.beta19 ruby gem (#921)
The previous commit only updated the UI
1 parent 7be62fa commit 178dd74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem "sprockets-rails"
1212
gem "cssbundling-rails", "1.4.2" # TODO: relax this dependency when rails/cssbundling-rails#169 will be fixed
1313
gem "importmap-rails"
1414

15-
gem "activeadmin", "4.0.0.beta18" # github: "activeadmin/activeadmin", branch: "master"
15+
gem "activeadmin", "4.0.0.beta19" # github: "activeadmin/activeadmin", branch: "master"
1616
gem "devise"
1717

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ GEM
4747
erubi (~> 1.11)
4848
rails-dom-testing (~> 2.2)
4949
rails-html-sanitizer (~> 1.6)
50-
activeadmin (4.0.0.beta18)
50+
activeadmin (4.0.0.beta19)
5151
arbre (~> 2.0)
5252
csv
5353
formtastic (>= 5.0)
@@ -310,7 +310,7 @@ PLATFORMS
310310
x86_64-linux
311311

312312
DEPENDENCIES
313-
activeadmin (= 4.0.0.beta18)
313+
activeadmin (= 4.0.0.beta19)
314314
capybara
315315
cssbundling-rails (= 1.4.2)
316316
debug

0 commit comments

Comments
 (0)