diff --git a/Gemfile b/Gemfile index 1911a67..e5e93f5 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' git_source(:github) { |repo_name| 'https://github.com/#{repo_name}' } -gem 'hamlit', '~> 2.16' +gem 'hamlit', '~> 3.0' gem 'puma', '~> 5.6' diff --git a/Gemfile.lock b/Gemfile.lock index 3f0fb0d..5eb45b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,7 @@ GEM concurrent-ruby (1.1.10) figaro (1.2.0) thor (>= 0.14.0, < 2) - hamlit (2.16.0) + hamlit (3.0.1) temple (>= 0.8.2) thor tilt @@ -56,7 +56,7 @@ GEM sinatra-contrib temple (0.8.2) thor (1.2.1) - tilt (2.0.10) + tilt (2.0.11) tzinfo (2.0.4) concurrent-ruby (~> 1.0) xmlenc (0.8.0) @@ -74,7 +74,7 @@ PLATFORMS DEPENDENCIES figaro (~> 1.2) - hamlit (~> 2.16) + hamlit (~> 3.0) puma (~> 5.6) saml_idp sinatra (~> 2.2)