tiste / middleman-meta-tags

Easy integration of meta tags into your Middleman applications
rubygems.org/gems/middleman-meta-tags
MIT License
65 stars 19 forks source link

NameError at / uninitialized constant ActiveSupport::HashWithIndifferentAccess #26

Open nothinghalosix opened 3 years ago

nothinghalosix commented 3 years ago

NameError at uninitialized constant ActiveSupport::HashWithIndifferentAccess

Ruby | /Users/....../.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/middleman-meta-tags-0.6.0/lib/middleman-meta-tags/helpers.rb: in meta_tags, line 5

Gemfile: gem "middleman", "~> 4.2" gem "middleman-autoprefixer" gem "middleman-livereload", "~> 3.4.6" gem "better_errors", "~> 2.5" gem "binding_of_caller", "~> 0.8" gem "middleman-meta-tags"

Head: <%= display_meta_tags site: "Hütten mieten", description: t("meta.description") %>

koppen commented 3 years ago

@nothinghalosix Mind trying out the branch at https://github.com/substancelab/middleman-meta-tags/tree/add_middleman_4.4_support to see if that fixes the issue for you?

tiste commented 3 years ago

@nothinghalosix the fix of @koppen is merged on master.