diff --git a/Gemfile b/Gemfile index 7316d86..1fc28ab 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ gem "phlex-rails", github: "phlex-ruby/phlex-rails" gem "ruby_ui", github: "ruby-ui/ruby_ui", branch: "main", require: false # gem "ruby_ui", path: "../ruby_ui" -gem "pry", "0.15.2" +gem "pry", "0.16.0" gem "tailwind_merge", "~> 1.3.1" diff --git a/Gemfile.lock b/Gemfile.lock index 5afd3b3..e61371a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -187,9 +187,10 @@ GEM actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack - pry (0.15.2) + pry (0.16.0) coderay (~> 1.1) method_source (~> 1.0) + reline (>= 0.6.0) psych (5.3.1) date stringio @@ -335,7 +336,7 @@ DEPENDENCIES phlex! phlex-rails! propshaft (= 1.3.1) - pry (= 0.15.2) + pry (= 0.16.0) puma (= 7.1.0) rails (= 8.1.1) rouge (~> 4.6)