diff --git a/Gemfile b/Gemfile index 4ab74d4..4700040 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index 504bdcd..21591c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -295,7 +295,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) @@ -321,7 +321,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) @@ -374,7 +374,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 standardrb stimulus-rails