Skip to content

Commit

Permalink
Merge pull request tpitale#144 from tpitale/sh-allow-oauth2
Browse files Browse the repository at this point in the history
Allow OAuth2 v2 gem
  • Loading branch information
stanhu committed Aug 19, 2022
2 parents 14e5bcc + 48f8e08 commit 82ca33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail_room.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]

gem.add_dependency "net-imap", ">= 0.2.1"
gem.add_dependency "oauth2", "~> 1.4.4"
gem.add_dependency "oauth2", [">= 1.4.4", "< 3"]
gem.add_dependency "jwt", ">= 2.0"

gem.add_development_dependency "rake"
Expand Down

0 comments on commit 82ca33d

Please sign in to comment.