diff --git a/Gemfile b/Gemfile index fa51aed..51c3e07 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'jbuilder', '~> 2.11', '>= 2.11.5' # gem 'redis', '~> 4.0' # Use Active Model has_secure_password # gem 'bcrypt', '~> 3.1.7' -gem 'slim-rails' +gem 'slim-rails', '>= 3.6.3' # gem 'simple_form' gem 'dotenv-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 12f2ec1..4148ea7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,7 +118,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.21.3) + loofah (2.21.4) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -221,7 +221,7 @@ GEM slim (5.1.1) temple (~> 0.10.0) tilt (>= 2.1.0) - slim-rails (3.6.2) + slim-rails (3.6.3) actionpack (>= 3.1) railties (>= 3.1) slim (>= 3.0, < 6.0, != 5.0.0) @@ -234,9 +234,9 @@ GEM activesupport (>= 5.2) sprockets (>= 3.0.0) stringio (3.0.8) - temple (0.10.2) - thor (1.2.2) - tilt (2.2.0) + temple (0.10.3) + thor (1.3.0) + tilt (2.3.0) timeout (0.4.0) turbolinks (5.2.1) turbolinks-source (~> 5.2) @@ -282,7 +282,7 @@ DEPENDENCIES rails (~> 7.1.0) sass-rails (>= 6.0.0) selenium-webdriver - slim-rails + slim-rails (>= 3.6.3) spring turbolinks (~> 5) tzinfo-data