Skip to content

Commit

Permalink
fix: add active_support dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
asgerb committed Jul 15, 2024
1 parent 58be373 commit 9179def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions has_stimulus_attrs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "stimulus_helpers", "~> 0.1.0"
spec.add_dependency "has_dom_attrs", "~> 0.1.0"
spec.add_dependency "activesupport", ">= 7.0.0"

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
Expand Down
1 change: 1 addition & 0 deletions lib/has_stimulus_attrs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

require "has_dom_attrs"
require "stimulus_helpers"
require "active_support/core_ext/object/blank"

module HasStimulusAttrs
include HasDomAttrs
Expand Down

0 comments on commit 9179def

Please sign in to comment.