diff --git a/Gemfile b/Gemfile index 04a696f..6b5e1fd 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' ruby '2.6.10' -gem 'haml', '~> 6.1' +gem 'haml', '~> 6.2' gem 'iso-639', '~> 0.3.6' gem 'json', '~> 2.6' gem 'mail', '~> 2.8' diff --git a/Gemfile.lock b/Gemfile.lock index 7beea41..2226458 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,7 +16,7 @@ GEM fugit (1.8.1) et-orbi (~> 1, >= 1.2.7) raabro (~> 1.4) - haml (6.1.2) + haml (6.2.3) temple (>= 0.8.2) thor tilt @@ -101,13 +101,13 @@ GEM rack (~> 2.2, >= 2.2.4) rack-protection (= 3.1.0) tilt (~> 2.0) - temple (0.10.2) + temple (0.10.3) thin (1.8.2) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) thor (1.2.2) - tilt (2.2.0) + tilt (2.3.0) timecop (0.9.8) timeout (0.3.2) tzinfo (2.0.6) @@ -125,7 +125,7 @@ PLATFORMS DEPENDENCIES byebug (~> 11.1) - haml (~> 6.1) + haml (~> 6.2) iso-639 (~> 0.3.6) json (~> 2.6) mail (~> 2.8)