Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump shadcn-ui from 0.0.12 to 0.0.13 #140

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem "jbuilder"
gem "jsbundling-rails"
gem "pg", "~> 1.1"
gem "puma", ">= 5.0"
gem "shadcn-ui", "~> 0.0.12"
gem "shadcn-ui", "~> 0.0.13"
gem "sprockets-rails"
gem "stimulus-rails"
gem "turbo-rails"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
shadcn-ui (0.0.12)
shadcn-ui (0.0.13)
tailwind_merge (~> 0.7)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -329,7 +329,7 @@ GEM
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.0)
tailwind_merge (0.11.0)
tailwind_merge (0.12.0)
lru_redux (~> 1.1)
thor (1.3.1)
tilt (2.3.0)
Expand Down Expand Up @@ -382,7 +382,7 @@ DEPENDENCIES
puma (>= 5.0)
rails (~> 7.1.3, >= 7.1.3.2)
selenium-webdriver
shadcn-ui (~> 0.0.12)
shadcn-ui (~> 0.0.13)
sprockets-rails
standard-rails
standardrb
Expand Down
Loading