Skip to content

Commit

Permalink
Fix: upgrade haml-rails to fix rails compatiblity issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Nov 28, 2023
1 parent 360332b commit fb56a1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ gem 'will_paginate'
gem "loofah", "2.20.0" if RUBY_VERSION.to_f < 2.5

# templates
gem 'haml-rails', '~> 0.4'
gem 'haml-rails'
gem 'haml-magic-translations'

# assets
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@ GEM
tilt
haml-magic-translations (4.2.0)
haml (~> 4.0)
haml-rails (0.9.0)
haml-rails (1.0.0)
actionpack (>= 4.0.1)
activesupport (>= 4.0.1)
haml (>= 4.0.6, < 5.0)
haml (>= 4.0.6, < 6.0)
html2haml (>= 1.0.1)
railties (>= 4.0.1)
hashie (5.0.0)
Expand Down Expand Up @@ -482,7 +482,7 @@ DEPENDENCIES
gettext_i18n_rails_js!
google-api-client (~> 0.10)
haml-magic-translations
haml-rails (~> 0.4)
haml-rails
ice_cube
instedd-rails
instedd_telemetry!
Expand Down

0 comments on commit fb56a1f

Please sign in to comment.