Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
SethHorsley committed Jul 28, 2024
1 parent a8520b2 commit d61e9a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
activesupport (>= 6.0)
phlex (~> 1.10)
rouge (~> 4.2.0)
tailwind_merge (= 0.12.0)
tailwind_merge (>= 0.12)
zeitwerk (~> 2.6)

GEM
Expand Down
2 changes: 1 addition & 1 deletion phlex_ui.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.add_dependency "rouge", "~> 4.2.0"
s.add_dependency "zeitwerk", "~> 2.6"
s.add_dependency "activesupport", ">= 6.0"
s.add_dependency "tailwind_merge", "0.12.0"
s.add_dependency "tailwind_merge", ">= 0.12"

s.add_development_dependency "rake"
s.add_development_dependency "standard"
Expand Down

0 comments on commit d61e9a4

Please sign in to comment.