Skip to content

Commit

Permalink
Add ostruct as an explicit dependency
Browse files Browse the repository at this point in the history
It will be removed from default gems in Ruby 3.5.0
  • Loading branch information
Floppy committed Nov 13, 2024
1 parent 05de759 commit d8f59d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devise_zxcvbn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec_junit_formatter"
spec.add_development_dependency "byebug"

spec.add_runtime_dependency "ostruct", "~> 0.1"
spec.add_runtime_dependency "devise"
spec.add_runtime_dependency("zxcvbn", "~> 0.1.9")
end

0 comments on commit d8f59d9

Please sign in to comment.