diff --git a/Gemfile b/Gemfile index 3591cd5..d0bd7d5 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'turbo-rails', '~> 1.4' gem 'stimulus-rails', '~> 1.2', '>= 1.2.2' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.11', '>= 2.11.5' -gem 'slim', '~> 5.1', '>= 5.1.1' +gem 'slim', '~> 5.2' # Use Redis adapter to run Action Cable in production gem 'redis', '~> 5.0', '>= 5.0.7' # Use Active Model has_secure_password diff --git a/Gemfile.lock b/Gemfile.lock index f7f4eb1..63ce258 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -279,7 +279,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - slim (5.1.1) + slim (5.2.1) temple (~> 0.10.0) tilt (>= 2.1.0) spring (4.1.1) @@ -355,7 +355,7 @@ DEPENDENCIES sass-rails (~> 6.0) selenium-webdriver (>= 4.0.0) simplecov (~> 0.22.0) - slim (~> 5.1, >= 5.1.1) + slim (~> 5.2) spring stimulus-rails (~> 1.2, >= 1.2.2) tailwindcss-rails (~> 2.0, >= 2.0.30)