diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-02-12 22:59:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 04:59:30 +0100 |
commit | 7c5d396fcad1267872dd7ed00204f076e52c689c (patch) | |
tree | ab74150e8f0dc6325bd40fbcb12c32941d6dfda3 /Gemfile | |
parent | d874877b27321682be7b208326f098d6750ec8db (diff) |
Replace hamlit-rails with haml-rails (#23542)
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile index 6e5292d82..9849b36ea 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'sprockets', '~> 3.7.2' gem 'thor', '~> 1.2' gem 'rack', '~> 2.2.6' -gem 'hamlit-rails', '~> 0.2' +gem 'haml-rails', '~>2.0' gem 'pg', '~> 1.4' gem 'makara', '~> 0.5' gem 'pghero' @@ -122,7 +122,7 @@ group :test do gem 'climate_control', '~> 0.2' gem 'faker', '~> 3.1' gem 'json-schema', '~> 3.0' - gem 'rack-test', '~> 2.0' + gem 'rack-test', '~> 2.0' gem 'rails-controller-testing', '~> 1.0' gem 'rspec_junit_formatter', '~> 0.6' gem 'rspec-sidekiq', '~> 3.1' |