Skip to content

Commit

Permalink
restore v1 files
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonpires committed Sep 13, 2024
1 parent 375441f commit 35823eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ group :test do
end

gem "phlex-rails"
# gem "phlex_ui", github: "PhlexUI/phlex_ui", branch: "v1"
gem "phlex_ui", path: "../phlex_ui"
gem "phlex_ui", github: "PhlexUI/phlex_ui", branch: "v1"
# gem "phlex_ui", path: "../phlex_ui"

gem "pry"
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
PATH
remote: ../phlex_ui
GIT
remote: https://github.com/PhlexUI/phlex_ui.git
revision: bccfd09c75126620a65cae0560ef35ded715d1b5
branch: v1
specs:
phlex_ui (0.1.10)
phlex (~> 1.10)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lottie-web": "5.12.2",
"phlex_ui": "https://github.com/PhlexUI/phlex_ui_stimulus.git",
"postcss": "8.4.40",
"rbui-js": "file:./../phlex_ui",
"rbui-js": "https://github.com/PhlexUI/phlex_ui.git#v1",
"tailwindcss": "3.4.7",
"tailwindcss-animate": "1.0.7"
},
Expand Down

0 comments on commit 35823eb

Please sign in to comment.