Skip to content

Commit

Permalink
Merge pull request #218 from jamesds/master
Browse files Browse the repository at this point in the history
Add ostruct gem to gemspec to fix ruby 3.4 warning (fixes #210)
  • Loading branch information
nbulaj authored Dec 16, 2024
2 parents 0053564 + 7378b7b commit f76ff57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doorkeeper-openid_connect.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 3.1'

spec.add_runtime_dependency 'doorkeeper', '>= 5.5', '< 5.9'
spec.add_runtime_dependency 'ostruct', '>= 0.5'
spec.add_runtime_dependency 'jwt', '>= 2.5'

spec.add_development_dependency 'bigdecimal'
Expand Down

0 comments on commit f76ff57

Please sign in to comment.