Skip to content

Commit ea95a58

Browse files
committed
Bump activeadmin to 4.0.0.beta9
1 parent 9f27fa9 commit ea95a58

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Gemfile

+1-1
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.beta8" # github: "activeadmin/activeadmin", branch: "master"
13+
gem "activeadmin", "4.0.0.beta9" # github: "activeadmin/activeadmin", branch: "master"
1414
gem "devise"
1515

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

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ GEM
5050
erubi (~> 1.11)
5151
rails-dom-testing (~> 2.2)
5252
rails-html-sanitizer (~> 1.6)
53-
activeadmin (4.0.0.beta8)
53+
activeadmin (4.0.0.beta9)
5454
arbre (~> 2.0)
5555
csv
5656
formtastic (>= 3.1)
@@ -299,7 +299,7 @@ PLATFORMS
299299
x86_64-linux
300300

301301
DEPENDENCIES
302-
activeadmin (= 4.0.0.beta8)
302+
activeadmin (= 4.0.0.beta9)
303303
capybara
304304
cssbundling-rails
305305
debug

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "app",
33
"private": "true",
44
"dependencies": {
5-
"@activeadmin/activeadmin": "4.0.0-beta8",
5+
"@activeadmin/activeadmin": "4.0.0-beta9",
66
"tailwindcss": "^3.4.10"
77
},
88
"scripts": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@activeadmin/[email protected]beta8":
6-
version "4.0.0-beta8"
7-
resolved "https://registry.yarnpkg.com/@activeadmin/activeadmin/-/activeadmin-4.0.0-beta8.tgz#65d4cfa8c2b3baf71299e11d810203570e1d3343"
8-
integrity sha512-vYrkg08ToWX8BnwhvPEMU0W1zxk50KJ6cRKPWe/4ZnoRWeqgBbNG/L8vAm4HZf1V6n29XjhU9tFurYORBnnDng==
5+
"@activeadmin/[email protected]beta9":
6+
version "4.0.0-beta9"
7+
resolved "https://registry.yarnpkg.com/@activeadmin/activeadmin/-/activeadmin-4.0.0-beta9.tgz#b0e77bbffd94a1c428f34cb32640cb61fb329964"
8+
integrity sha512-nsUSI4M5Zrujyjw92yQv/cV2edj7E6+D1HNZG0zqz98miPOxzPBJDXwpvQkE/iYSIeqc99NlLobFHxYXuzeB7Q==
99
dependencies:
1010
"@rails/ujs" "7.1.2"
1111
flowbite "2.3.0"

0 commit comments

Comments
 (0)