Skip to content

Commit

Permalink
fix runtime dependency
Browse files Browse the repository at this point in the history
since #67, doorkeeper has called an API (`#mapping`) that was introduced in 5.0. See more here: 3893ea1#r32599682
  • Loading branch information
michaelglass authored Mar 5, 2019
1 parent 2a733e3 commit b9366b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doorkeeper-openid_connect.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.3"

spec.add_runtime_dependency 'doorkeeper', '>= 4.3'
spec.add_runtime_dependency 'doorkeeper', '>= 5.0'
spec.add_runtime_dependency 'json-jwt', '~> 1.6'

spec.add_development_dependency 'rspec-rails'
Expand Down

0 comments on commit b9366b4

Please sign in to comment.