Skip to content

Commit fb51f42

Browse files
committed
Install ActiveAdmin v4.0.0.beta21
1 parent b574f25 commit fb51f42

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

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.beta20" # github: "activeadmin/activeadmin", branch: "master"
15+
gem "activeadmin", "4.0.0.beta21" # github: "activeadmin/activeadmin", branch: "master"
1616
gem "devise", "~> 4.9" # TODO: relax this dependency when formtastic/formtastic#1401 will be fixed
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.beta20)
50+
activeadmin (4.0.0.beta21)
5151
arbre (~> 2.0)
5252
csv
5353
formtastic (>= 5.0)
@@ -319,7 +319,7 @@ PLATFORMS
319319
x86_64-linux
320320

321321
DEPENDENCIES
322-
activeadmin (= 4.0.0.beta20)
322+
activeadmin (= 4.0.0.beta21)
323323
capybara
324324
cssbundling-rails (= 1.4.2)
325325
debug

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": "true",
44
"type": "module",
55
"dependencies": {
6-
"@activeadmin/activeadmin": "4.0.0-beta20",
6+
"@activeadmin/activeadmin": "4.0.0-beta21",
77
"@tailwindcss/cli": "^4.1.18",
88
"tailwindcss": "^4.1.18"
99
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@activeadmin/activeadmin@4.0.0-beta20":
6-
version "4.0.0-beta20"
7-
resolved "https://registry.npmjs.org/@activeadmin/activeadmin/-/activeadmin-4.0.0-beta20.tgz"
8-
integrity sha512-xsA9aOTGAh6ZquOMSvNukMbIiuf+/+xesvXs0aZHA7h9Dqd9CpNzj19ns5rWmgJesXyY5hz3GJhrt+q7ApL0wQ==
5+
"@activeadmin/activeadmin@4.0.0-beta21":
6+
version "4.0.0-beta21"
7+
resolved "https://registry.yarnpkg.com/@activeadmin/activeadmin/-/activeadmin-4.0.0-beta21.tgz#cad943635a137f834c540d5f85d8ed279a4a7c1c"
8+
integrity sha512-AiZ1If2Ck1BeM5vYK1k6nptSJB0+acXxuKNz/2G33z7ZA5QRMB1zm2tucMyPiV2+T2bYYt1hm0TCXaBj9sU8Xw==
99
dependencies:
1010
"@rails/ujs" "7.1.600"
1111
flowbite "3.1.2"

0 commit comments

Comments
 (0)