Skip to content

Commit

Permalink
Update activeadmin to v4 beta2
Browse files Browse the repository at this point in the history
This fixes an issue with the previous release that didn't include the vendor directory which we need for Flowbite library.
  • Loading branch information
javierjulio committed Jan 6, 2024
1 parent 4494a3d commit 449b48c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "sprockets-rails"
gem "cssbundling-rails"
gem "importmap-rails"

gem "activeadmin", "4.0.0.beta1" # github: "activeadmin/activeadmin", branch: "master"
gem "activeadmin", "4.0.0.beta2" # github: "activeadmin/activeadmin", branch: "master"
gem "devise"

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GEM
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activeadmin (4.0.0.beta1)
activeadmin (4.0.0.beta2)
arbre (~> 2.0)
formtastic (>= 3.1)
formtastic_i18n (>= 0.4)
Expand Down Expand Up @@ -289,7 +289,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activeadmin (= 4.0.0.beta1)
activeadmin (= 4.0.0.beta2)
capybara
cssbundling-rails
debug
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "app",
"private": "true",
"dependencies": {
"@activeadmin/activeadmin": "4.0.0-beta1",
"@activeadmin/activeadmin": "4.0.0-beta2",
"tailwindcss": "^3.4.1"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@activeadmin/[email protected]beta1":
version "4.0.0-beta1"
resolved "https://registry.yarnpkg.com/@activeadmin/activeadmin/-/activeadmin-4.0.0-beta1.tgz#b4c5af01c58769e27240e28151928d68969f76eb"
integrity sha512-TPx64xO8XbHtMB1nI++ASh6wm4wOICUIy6J5gAsUqYB/Ovw7cXOOURhHlpegEXEC9tWQlfzp2FStqPkjQrXyJw==
"@activeadmin/[email protected]beta2":
version "4.0.0-beta2"
resolved "https://registry.yarnpkg.com/@activeadmin/activeadmin/-/activeadmin-4.0.0-beta2.tgz#12ea7d8d500b6f4fa4223c5adb5e8a835f996356"
integrity sha512-gpnLKbcvtgO9FIMTgqN1afGdpPAHaAVNrtYjmYSoV02nI182Kdpp64J37GILw4a50xUhcCayAcVwyy8no6LTew==

"@alloc/quick-lru@^5.2.0":
version "5.2.0"
Expand Down

0 comments on commit 449b48c

Please sign in to comment.