Skip to content

Commit

Permalink
Update phlex_ui version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
schodevio committed Mar 10, 2024
1 parent 8924571 commit 8914d0c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ GEM
phlex (~> 1.9)
railties (>= 6.1, < 8)
zeitwerk (~> 2.6)
phlex_ui (0.1.6)
phlex_ui (0.1.7)
phlex (~> 1.7)
rouge (~> 4.2.0)
ruby-next (~> 1.0)
Expand Down Expand Up @@ -261,13 +261,13 @@ GEM
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-next (1.0.1)
ruby-next (1.0.2)
paco (~> 0.2)
require-hooks (~> 0.2)
ruby-next-core (= 1.0.1)
ruby-next-core (= 1.0.2)
ruby-next-parser (>= 3.2.2.0)
unparser (~> 0.6.0)
ruby-next-core (1.0.1)
ruby-next-core (1.0.2)
ruby-next-parser (3.2.2.0)
parser (>= 3.0.3.1)
ruby-progressbar (1.13.0)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Here is the list of components that are being built. For reference, see here htt
✅ Link
⚪️ Menubar
⚪️ Navigation Menu
✅ Pagination
✅ Popover
⚪️ Progress
⚪️ Radio Group
Expand Down
4 changes: 4 additions & 0 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ default: &default
# For details on connection pooling, see Rails configuration guide
# https://guides.rubyonrails.org/configuring.html#database-pooling
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
username: postgres
password: postgres
host: localhost
port: 5432

development:
<<: *default
Expand Down

0 comments on commit 8914d0c

Please sign in to comment.