Skip to content

Commit

Permalink
downgrade haml to make deface work
Browse files Browse the repository at this point in the history
  • Loading branch information
Viehlieb authored and yksflip committed Jun 9, 2023
1 parent 4bfa87d commit 8b0e03f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -25,7 +25,7 @@ gem 'attribute_normalizer'
gem 'daemons'
gem 'doorkeeper'
gem 'doorkeeper-i18n'
gem 'haml'
gem 'haml', '~> 5.0'
gem 'haml-rails'
gem 'ice_cube'
gem 'inherited_resources'
Expand Down
7 changes: 3 additions & 4 deletions Gemfile.lock
Expand Up @@ -234,9 +234,8 @@ GEM
rails (>= 4.0.0)
globalid (1.0.1)
activesupport (>= 5.0)
haml (6.1.1)
temple (>= 0.8.2)
thor
haml (5.2.2)
temple (>= 0.8.0)
tilt
haml-rails (2.1.0)
actionpack (>= 5.1)
Expand Down Expand Up @@ -618,7 +617,7 @@ DEPENDENCIES
foodsoft_polls!
foodsoft_wiki!
gaffe
haml
haml (~> 5.0)
haml-rails
hashie (~> 3.4.6)
i18n-js (~> 3.0.0.rc8)
Expand Down

0 comments on commit 8b0e03f

Please sign in to comment.