Skip to content

Commit

Permalink
Add dependency of ostruct gem, to fix warning of ostruct was loaded (#…
Browse files Browse the repository at this point in the history
…217)

Co-authored-by: Jon Phenow <[email protected]>
  • Loading branch information
taketo1113 and jphenow authored Sep 18, 2024
1 parent b488008 commit 2003c94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions saml_idp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Gem::Specification.new do |s|
s.add_dependency('activesupport', '>= 5.2')
s.add_dependency('builder', '>= 3.0')
s.add_dependency('nokogiri', '>= 1.6.2')
s.add_dependency('ostruct')
s.add_dependency('rexml')
s.add_dependency('xmlenc', '>= 0.7.1')

Expand Down

0 comments on commit 2003c94

Please sign in to comment.